Filter löschen
Filter löschen

how to tell how much compression achieved?

1 Ansicht (letzte 30 Tage)
saf asalah
saf asalah am 21 Dez. 2016
Beantwortet: Walter Roberson am 21 Dez. 2016
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

Antworten (1)

Walter Roberson
Walter Roberson am 21 Dez. 2016

Kategorien

Mehr zu Denoising and Compression finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by