how to convert function from time domain to frequency domain?
2 次查看(过去 30 天)
显示 更早的评论
hello i have this function: H(w)=(1+a)/a+bz+c while a,b,c are function that dipend on 'w' like a=jwc b=cosh(w*l) so there is any furier transform so i can find the time filter of the transmitaion function? thanks!
0 个评论
回答(1 个)
Arnaud Miege
2011-6-9
Compute H(w) for a range of values of w and then use the fft function to compute the frequency spectrum. There is an example provided in the documentation, adapt it to your data.
HTH,
Arnaud
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!