Feeds
질문
can anyone tell me what is wrong with this program?
clear all; clc; [y,fs,nbits]=wavread('fatmamedhat.wav'); sound(y,fs,nbits); y=y(:,1); fs=44100; %s...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
how can i segment a signal into frames using buffer function ?
x=buffer(Y,L,R);
거의 9년 전 | 답변 수: 1 | 0
