|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Everything Else Anything related to audio / video / electronics etc) BUT remember- we have many new forums where your thread may now fit! .... Parts, Equipment & Tools, Construction Tips, Software Tools...... |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
|
yup , as the title says , need the simplest sircuit to delay a pulsed wave with not constant freq.
any ideas?
__________________
if you are not living on the edge you are taking too much space
|
|
|
|
|
#2 |
|
diyAudio Member
Join Date: Jan 2005
Location: Phoenix, Az.
|
How long do you need to delay it? Do you need to delay rising edge, falling edge, or both? Voltage swing? Fanout/current source/sink capability?
I_F |
|
|
|
|
#3 | |
|
diyAudio Member
|
Quote:
need to delay the whole signal.
__________________
if you are not living on the edge you are taking too much space
|
|
|
|
|
|
#4 |
|
diyAudio Member
Join Date: Nov 2006
|
How much variation in frequency? Is the delay constant or fixed? How much resolution do you need?
I PLL might work, maybe a shift register with a clock. |
|
|
|
|
#5 | |
|
diyAudio Member
|
Quote:
thanx guys
__________________
if you are not living on the edge you are taking too much space
|
|
|
|
|
|
#6 |
|
diyAudio Member
Join Date: Nov 2006
|
Are you trying to delay a digital audio signal, or a digital signal in the audio frequency range?
Is this a clock signal or digital data? You could use a series of latches, and adjust the delay by changing where you tap the signal from. This won't be practical for long delays unless you have an FPGA. You might want to look at a microcontroller (AVR, PIC, etc.). They have a built in analog to digital converter for a potentiometer input. |
|
|
|
|
#7 |
|
diyAudio Member
|
If it is an "externally-produced" (i.e. not under your control) signal, then it seems like the easiest way to delay it would be to use a bunch of digital memory and make a buffer big enough to hold at least the maximum delay's-worth of signal.
Make the buffer "circular" and have two memory address "pointers", one for the write location and one for the read location, that both increment around the circular buffer, separated by your delay. If the pulses are strictly binary information (i.e. just "a pulse" or "not a pulse"), then the hardware could be almost trivial. But if you need to also keep the amplitude information, then you'll have to have an analog-to-digital converter for the input and a digital-to-analog converter for the output, and use bytes of memory for each sample instead of bits, and maybe sample much more often, and worry about some other stuff, too. My lab partner and I did one just like that, for audio signals, in an EE lab course, back around 1976 or so. But my lab partner had just made his own microprocessor system from scratch (for fun), and I think he pretty-much "carried me" on that particular project. :-) Good luck. - Tom Gootee http://www.fullnet.com/~tomg/index.html |
|
|
|
|
#8 |
|
diyAudio Member
|
oh , u guys make it sound complicated
its not a digital audio signal , got nothing to do with audio ... its a simple square wave in audio freq range . i dont want to use memory ,this makes it complicated. what if i'll need to delay the rising edge only , can it be done without memory? thanx again.
__________________
if you are not living on the edge you are taking too much space
|
|
|
|
|
#9 |
|
diyAudio Member
Join Date: Mar 2004
Location: Shropshire, England
|
Can you use the pulse to trigger a monostable, and take the output fro the other 'side'? (Would only work if the input frequency is constant or unimportant).
|
|
|
|
|
#10 | |
|
diyAudio Member
|
Quote:
imput freq is not constant
__________________
if you are not living on the edge you are taking too much space
|
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sine wave - Square & Triangle wave generator using Transistors / OP-Amps | lineup | Solid State | 20 | 9th October 2006 01:15 AM |
| square wave in = square wave out | rick57 | Solid State | 19 | 15th April 2003 12:45 PM |
| Microphone turns triangle wave into square wave? | Circlotron | Analogue Source | 18 | 25th January 2003 07:44 AM |
| New To Site? | Need Help? |
| Page generated in 0.11231 seconds (78.42% PHP - 21.58% MySQL) with 10 queries |