代码搜索结果

找到约 10,000 项符合 M 的代码

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

bp2ip3m.m

% 2nd Order Band-Pass Sigma-Delta Modulator Model with IP3 Calculation % by S. Brigati, F. Francesconi, A. Fornasari, P. Malcovati % The modulator structure is simulated using Simulink (BP2IP3.mdl).

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

cp3m03s.m

clear all; [y1,fs,bits]=wavread('F:\noise enhancing\wav\5.wav'); %[y1,fs,bits]=wavread('F:\语音降噪\wav\female.wav'); y1=y1/max(abs(y1));%语音信号归一化 wavwrite(y1,8000,8,'F:\noise enhancing\voise\5.wav');

cp3m03_ed.m

clear all; % [y1,fs,bits]=wavread('F:\noise enhancing\wav\5.wav'); % %[y1,fs,bits]=wavread('F:\语音降噪\wav\female.wav'); % y1=y1/max(abs(y1));%语音信号归一化 % wavwrite(y1,8000,8,'F:\noise enhancing\voise\5

cp3m03_wm.m

clear all; [y1,fs,bits]=wavread('F:\noise enhancing\wav\3.wav'); %[y1,fs,bits]=wavread('F:\语音降噪\wav\female.wav'); y1=y1/max(abs(y1));%语音信号归一化 wavwrite(y1,8000,8,'F:\noise enhancing\voise\3.wav');