How to convert a signal from H(jw) to H(z)
7 ビュー (過去 30 日間)
古いコメントを表示
Hello can somebody help me, how can i convert a signal in Fourier Domain to Z- Domain, from H(jw) zu H(z). Thanks
0 件のコメント
回答 (1 件)
Azzi Abdelmalek
2012 年 11 月 17 日
編集済み: Azzi Abdelmalek
2012 年 11 月 17 日
If Y is your fourier transform
Out=ztrans(ifourier(Y)) % this uses a symbolic tooolbox
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!