how to apply z transform for an image
8 次查看(过去 30 天)
显示 更早的评论
i am currently working on applying z transform for images. in matlab, there is a function called ztrans in symbolic math toolbox for applying z transformation for symbolic expressions or matrix of symbolic expressions. could any one please suggest me how to apply z transformation for images, just as we would use fft or dwt2 for images?
0 个评论
回答(1 个)
Dishant Arora
2014-6-13
doc czt
You can apply czt on each row followed by applying it on each column.
2 个评论
Dishant Arora
2014-6-13
Here's a elaborate discussion on how to get igct : https://groups.google.com/forum/#!topic/comp.dsp/L_5J6aRu54c. Try to code it
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!