How to convert a signal from H(jw) to H(z)

7 views (last 30 days)
anonym
anonym on 17 Nov 2012
Hello can somebody help me, how can i convert a signal in Fourier Domain to Z- Domain, from H(jw) zu H(z). Thanks

Answers (1)

Azzi Abdelmalek
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
anonym
anonym on 17 Nov 2012
ifourier is the inverse fourier transform , right ?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!