Hi,
As brought out by you the tutorial at following link
http://zone.ni.com/devzone/cda/tut/p/id/4278 provides the formula for calculating the frequency Response.
H(f) =cross power spectrum(A,B) / Power Spectrum(A)
where
cross power spectrum =
FFT(B)XFFT*(A) and power spectrum =
FFT(A)XFFT*(A) N^2 N
i have two questions
1) is FFT(B)XFFT*(A) the convolution of FFT(B) and FFT*(A) ?
2) The cross power spectrum results in a complex array.Similarly the power spectrum results in a complex array.Now how do I divide one complex array by another complex array?
Sorry I am going a bit mathematical.But the option at present is to implement it in code.
Thanks
Bhaskar