how to tell how much compression achieved?
1 次查看(过去 30 天)
显示 更早的评论
if I use the haar wavelet transform how to tell how much compression achieved example: [x,fs] = audioread('brian.wav'); [c l] = wavedec(x,5,'haar'); c(l(1)+1:length(c))=0; a = waverec(c,l,'haar'); a the compressed file x the wav file
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!