Re: Numerically Computing Impulse Response from Power Frequency Response
- From: "julius" <juliusk@xxxxxxxxx>
- Date: 30 Mar 2007 09:25:42 -0700
On Mar 30, 10:57 am, "sushe...@xxxxxxxxx" <sushe...@xxxxxxxxx> wrote:
I am trying to compute the impulse response of a given channel to
include in a BER analysis. I have the power transfer function of the
channel, not the classical amplitude/phase transfer function of the
channel. Fortunately, the transfer function is symmetric, so I can
numerically calculate the impulse response as:
amp_freq_resp = sqrt(power_freq_resp);
imp_resp = ifft(amp_freq_resp);
imp_resp = real(imp_resp);
Is the above actually correct? If you don't have
phase information, then in general you can't get the
impulse response from the power spectral density
alone. I don't see how the symmetry helps in this
case. Can you explain, please?
Julius
.
- Follow-Ups:
- Re: Numerically Computing Impulse Response from Power Frequency Response
- From: susheemg@xxxxxxxxx
- Re: Numerically Computing Impulse Response from Power Frequency Response
- References:
- Numerically Computing Impulse Response from Power Frequency Response
- From: susheemg@xxxxxxxxx
- Numerically Computing Impulse Response from Power Frequency Response
- Prev by Date: Re: LMS in C code needed
- Next by Date: Re: LMS in C code needed
- Previous by thread: Re: Numerically Computing Impulse Response from Power Frequency Response
- Next by thread: Re: Numerically Computing Impulse Response from Power Frequency Response
- Index(es):
Relevant Pages
|