Audio Compression with DCT method
Afficher commentaires plus anciens
I'm working on Audio Compression using DCT and I got this error
Array indices must be positive integers or logical values.
Error in cobadct (line 23)
frame=y([(framesize*(i-1)+1):framesize*i]);
How can I fix this error?
1 commentaire
Mohammad Azhar
le 21 Avr 2022
Réponses (0)
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!