Re: How do I Phase shift a signal?
- From: NZTideMan <mulgor@xxxxxxxxx>
- Date: 30 May 2007 03:21:15 -0700
On May 30, 9:22 pm, "Christoph Neeb" <christoph_n...@xxxxxx> wrote:
Hello,
I need to shift the phase of a time-discrete signal by a variable
degree (but only one at a time). I tried to do the fft, then multiply
with exp(j*phase), then do the ifft. But it didn't work. I didn't
even get a sine transformed into a cosine that way...
I hope that any of you could help me.
But did you remember to convert phase from degrees into radians?
Alternatively, use:
cosd(phase) + i*sind(phase)
.
- References:
- How do I Phase shift a signal?
- From: Christoph Neeb
- How do I Phase shift a signal?
- Prev by Date: Re: Binary addition - Function bin2dec
- Next by Date: Re: Binary addition - Function bin2dec
- Previous by thread: How do I Phase shift a signal?
- Next by thread: Re: How do I Phase shift a signal?
- Index(es):
Relevant Pages
|