fatma medhat
自 2017 起处于活动状态
Followers: 0 Following: 0
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
how can i segment a signal into frames using buffer function ?
x=buffer(Y,L,R);
7 years 前 | 1 个回答 | 0