How can I use double-sided z transform?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Can I use z transform to evaluate a function from negative infinity to positive infinity instead of from 0 to positive infinfity?
the z transform introduced by my textbook(Oppenheim Signals and Systems 2e) evaluate a function from negative infinity to positive infinity.
0 Kommentare
Antworten (1)
Asvin Kumar
am 8 Jun. 2020
Currently the ztrans function does not support bilateral transforms. This is a known limitation and our developers are looking into it.
On the other hand, it should be possible to implement similar functionality using the symsum function from the Symbolic Math Toolbox.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!