Scaling the signal of wave

3 Ansichten (letzte 30 Tage)
Pat
Pat am 11 Sep. 2012
I have a code
[f,Fs] = wavread('wolf.wav');
sound(f, Fs);
N = length(f);
slength = N/Fs;
t = linspace(0, N/Fs, N);
plot(t, f);
now i have to decompose the signal by using dwt ,monolevel and scale the coefficients in the range[-(2^15-1),(2^15-1)]
please help

Antworten (0)

Kategorien

Mehr zu Signal Generation, Analysis, and Preprocessing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by