Feeds
답변 있음
How can I change the sampling frequency of audio signal?
I guess this should work, [y,fs] = audioread(filename); left = (:,1); fs2 = fs/2; fs3 = fs*2; % soundsc(left,fs2); soundsc...
How can I change the sampling frequency of audio signal?
I guess this should work, [y,fs] = audioread(filename); left = (:,1); fs2 = fs/2; fs3 = fs*2; % soundsc(left,fs2); soundsc...
거의 3년 전 | 0
