Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

csd ifft - noriakk - Feb 11 5:31:00 2005



Hi,
I compute the cross spectrum, using the CSD function, and I am trying
to represent it in time-domain using IFFT (see example below). But
what I got in the y-axis is something strange or maybe not-normalized.
Does anybody have tried it before ? How can I perfeclty represent the
power spectrum in time-domain ??

Example:
x = csd(signal);
plot(x);
y = ifft(x);
plot(abs(y));

cheers,
Noriaki





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )