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!