代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/356723/10222041

m mismatch.m

clear all eps = 1.5e-5; wind = hamming(512)'; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/356723/10222044

m fig7_10.m

clear all eps = 1.5e-5; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft)))); maxval = max (ycomp);
www.eeworm.com/read/356183/10235316

m fig5_14.m

% use this program to reproduce Fig. 5.14 of text clear all eps = 1.5e-5; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(
www.eeworm.com/read/356183/10235317

m mismatch.m

clear all eps = 1.5e-5; wind = hamming(512)'; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/352274/10567782

m sigdwx.m

function sigdwx(action,in1,in2); %SIGDWX Interactive signal demo - 2 : continuous FT of a signal % Demonstrates MATLAB's graphic user interface using Handle Graphics % while illustrating basi
www.eeworm.com/read/352008/10588338

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/467764/7000922

m fig7_14.m

% use this program to reproduce Fig. 7.14 of text clear all eps = 1.5e-5; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(
www.eeworm.com/read/467764/7000976

m mismatch.m

clear all eps = 1.5e-5; wind = hamming(512)'; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/458558/7294025

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/436130/7776229

m rz_dpsk_pulse.m

clear pack %************************************************************************** %input7为7位,特定码序列 input7=[1 0 0 1 1 0 1]; %input7=[1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1