Audio Compression with DCT method
Show older comments
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 Comment
Mohammad Azhar
on 21 Apr 2022
Answers (0)
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!