how to apply z transform for an image

조회 수: 46 (최근 30일)
Jayasri
Jayasri 2014년 6월 13일
댓글: Dishant Arora 2014년 6월 13일
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?

답변 (1개)

Dishant Arora
Dishant Arora 2014년 6월 13일
doc czt
You can apply czt on each row followed by applying it on each column.
  댓글 수: 2
Jayasri
Jayasri 2014년 6월 13일
Thanks for your reply. And i would also like to know how to perform the inverse for this czt as there is no function in matlab for computing the inverse czt?
Dishant Arora
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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by