Type 1 Cosine Transform
Mostra commenti meno recenti
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 Commenti
David Goodmanson
il 8 Feb 2019
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
il 8 Feb 2019
David Goodmanson
il 8 Feb 2019
Modificato: David Goodmanson
il 8 Feb 2019
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
il 8 Feb 2019
Risposte (1)
Stephan
il 8 Feb 2019
0 voti
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
Categorie
Scopri di più su Image Transforms in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!