How to convert a signal from H(jw) to H(z)
8 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Azzi Abdelmalek
on 17 Nov 2012
Edited: Azzi Abdelmalek
on 17 Nov 2012
If Y is your fourier transform
Out=ztrans(ifourier(Y)) % this uses a symbolic tooolbox
2 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!