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!