
Re: Simple phase-shifter?
eromlignod wrote:
> Hi guys:
>
> I know there must be a super-simple way to do this, but I keep getting
> caught up in PLL stuff.
>
> I have a simple square wave in the audio-frequency range. I would
> like to simply shift its phase for experimental purposes. The output
> would be a square wave at the same frequency, but with the phase
> shifted X-degrees. I would like for the shift angle to be variable if
> possible. It seems to me there should be an easy way to do this with
> some sort of passive R-L-C setup, but I can't seem to find
> specifically what I want in any books.
Strictly speaking, phase shift applies only to sine waves,
and a square wave is made up of many different sine wave
components. What you are needing is not a phase shift, but
a variable time delay, that is independent of frequency
(equal time shift for many frequencies). But the time delay
for a 10 degree phase shift for the fundamental frequency in
the square wave is a 30 degree phase shift for the third
harmonic, and a 50 degree phase shift for he fifth harmonic,
etc. So an analog circuit that does what you want must
produce a phase shift that is proportional to frequency,
with a variable proportionality constant. A tall order.
Variable time delays are usually performed with a sampled
representation of he waveform passed through a shift
register with variable speed clocking. The signal
representation may be analog (voltage samples stored in a
bucket brigade analog delay line) or digital (binary numbers
made by an analog to digital converter that are shifted
through a multi bit shift register, the output converted
back to voltage samples by a digital to analog converter).
DSP (Digital Signal Processor) chips have all the stuff
needed for the second case, except, possibly for memory to
hold the shift register.
The analog delay lines are getting really hard to find
because DSP chips have gotten so good and so cheap.
You might find some on eBay:
http://cgi.ebay.com/Reticon-SAD512-SAD- ... 67QQihZ006or from surplus places electronics sellers.
--
Regards,
John Popelish