Scaling the signal of wave
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Generation, Analysis, and Preprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!