Audio Compression with DCT method
Mostrar comentarios más antiguos
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 comentario
Mohammad Azhar
el 21 de Abr. de 2022
Respuestas (0)
Categorías
Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!