Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
790 views

Analog Clock with UIImages for Hands?

I want to know how to make an analog clock in iPhone SDK. However, I want the hands of the clock to be custom images and not squares drawn over like in this tutorial: ...
3
votes
3answers
868 views

Analog readings on Arduino returns wrong values

i have tried meassuring the analogpin value using the provided standard sketch in the arduino IDE. But even when there is no connection to the pin, it prints out random values. is there anything that ...
2
votes
5answers
377 views

Delphi. Analog of Memo/RichEdit

Does anybody know is there Analog of Memo/RichEdit? Demand: to number lines, to load big files (more than 5 MB) from a stream. Thanks!
2
votes
3answers
1k views

Android Clock Seconds Hand

I'm new to android development and i was wondering whether it's possible to add a "seconds hand" to the default analog clock in android? I already have a working clock with a dial, hour and minute ...
1
vote
2answers
65 views

How to stop execution until the signal reaches above threshold value in MATLAB?

How can I stop the execution until the input signal reaches above threshold value? a = analoginuput('winsound',1); chan = addchannel(a,1); start(a) q = getdata(a); m = norm(q); if m>0.5 ...
1
vote
0answers
35 views

Noise free analog supply and ground [closed]

I am trying to decode PAL and therefor need some very low noise analog power and ground supply. Does anybody know a good way of making a small circuit to reduce noise as much as possible? Thanks
1
vote
1answer
70 views

SCJP analog for JavaScript

Is there analog of SCJP exam for JavaScript? points for exam(certification): 1. coverage and knowledge level: core of JavaScript, without AJAX and OOP for novice and experienced developers 2. exam ...
1
vote
2answers
335 views

News Marquee over analog TV stream - C#

I want to put over an analog TV stream a news marquee using c#, I can stream analog TV using DirectShow but I can't figure out how to mix it with rotating text, should I create a filter? or I have to ...
0
votes
0answers
191 views

iPhone 4 Analog Clock using CGAffineTransformMakeRotation , continuously rotating second hand

I have a code that runs a digital clock, it updates a label every half a second, like this: NSDate *dateShow= [NSDate dateWithTimeIntervalSinceNow:0]; NSDateFormatter *dateFormat = ...
0
votes
0answers
495 views

Creating analog clock android app widget with second arrow

I want to create analow clock app widget with seconds arrow. I tryed to extend standart AnalogClock view, owerride onDraw method, and call this method every second. If I do this way, I can get ...
0
votes
2answers
213 views

Data Transfer between Mobile Phones Across Connected Voice Call

I require a fast reliable method of sending control commands (simple data, possibly only a few dozen possible commands) to a remote system which is using a smartphone* as its onboard computer. I have ...
0
votes
1answer
79 views

analoginput, starting in matlab

I am trying to display audio at real time using, analoginput, this is the code: function Cspe() daq_object = analoginput('winsound'); chan = addchannel(daq_object,1); num_samples=1000; ...
0
votes
1answer
26 views

Is there any combine name of analog and digital Device.? [closed]

Or Is there any device which is used for analog and digital communication.
0
votes
2answers
466 views

Creating an analog clock on C#

I intend in creating a few analog clocks on Visual Studio 2008 (C#) for a school project, but I'm am still a bit unsure on how show I do it.. Should I import an image of a pointer and then add the ...
0
votes
1answer
33 views

Probabilistic logic vs. analog

There are research articles (e.g. Chakrapani & Palem) and devices (e.g. Lyric) that use a so-called probabilistic logic. I suppose the idea is that the outputs of such a device, given some inputs, ...
0
votes
5answers
746 views

Android programming - drawing analog clock

I am a novice in Android programming. How can I make a program that will draw an analog clock such that it can show time for various timezones as the user selects? I had already Googled for the last ...
0
votes
1answer
191 views

Simple OCR of Analog Video (VGA) Signal

Does anybody know about a product or an open source project that would do OCR (Optical Character Recognition) of a VGA stream? The VGA screens are very simple, numbers and strings in fixed locations. ...
0
votes
1answer
557 views

Analog Clock using CALayers

I'm trying to make an analog clock for the iPhone, in which the clock hands will automatically update to the current time. I also want the clock hands to be images, unlike this: ...
0
votes
2answers
127 views

.Net analog of GWT?

Do you know analog of GWT on .Net? Or something similar? Thank you for any advice!!!
0
votes
2answers
186 views

Can we send data across an analog phone line?

I wish to know whether it is possible to sent data across PSTN network. While the call is in progress. I want to sent some data through the telephone line (As DTMF tones can be sent). The data that I ...
0
votes
2answers
570 views

Analog speedometer

Can some bode give me tutorial to make analog speedometer with Android? I have currently speed (get by GPS), but I don't know the graphic part. Thabks
0
votes
2answers
1k views

Analog clock for Iphone application

I am developing an iphone application through xcode. I need to show a analog clock in my application. I can show the time in a digital clock but just not been able to show an analog clock. Looking ...
0
votes
1answer
158 views

DirectShow API for analog tuning to put a frequency?

I'm looking for the interfaces in DirectShow that will let me push a frequency only. The IAMTVTuner interface allows you to 'put_channel' but this requires pretuning your card. I want to just specify ...
-1
votes
2answers
102 views

Recover the original analog signal (time varying Voltage) from digitized version?

I have been looking into how to convert my digital data into analog. So, I have a two column ASCII data file (x: time, y=voltage amplitude) which I would like to convert into an analog signal ...
-2
votes
0answers
29 views

please help me to change analog clock with assembly [closed]

hi want change dot for hours to * character how do it? please help data segment col dw 320 row dw 240 x dw 320, 330, 340, 350, 360 dw 370, 378, 386, 394, ...