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!