Type 1 Cosine Transform
이전 댓글 표시
I want to use Type 1 Cosine Transform instead of the default Type 2. However, when I tried what suggested from Matworks: dct(x,'Type',1), it gave me the error
"Error using dct, Too many input arguments." May I ask what I am supposed to do? Thank you and I appreciate your help!
댓글 수: 4
David Goodmanson
2019년 2월 8일
Hi LL,
I tried dct(1:10,'Type',1) and it works. You may want to try
which dct -all
and see what it says, in case there is a different dct floating around besides the standard one.
Lan Liu
2019년 2월 8일
David Goodmanson
2019년 2월 8일
편집: David Goodmanson
2019년 2월 8일
I am using 2018b. Your Matlab path certainly looks to be appropriate. I wanted to try this with my archived 2016b but at that time I didn't have the signal processing toolbox, so I cannot. Maybe someone else will weigh in.
Lan Liu
2019년 2월 8일
답변 (1개)
Stephan
2019년 2월 8일
0 개 추천
Hi,
the option 'Type' was introduced in R2017a - see the release notes for Signal Processing Toolbox. To avoid this kind of issues, make sure to work with the documentation that matches the Matlab Relase you are using. The documentation you find first on mathworks.com is always the one for the current release. For the next few weeks this will be R2018b until the release R2019a will be published.
Best regards
Stephan
카테고리
도움말 센터 및 File Exchange에서 Image Transforms에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!