代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/132953/14065186

m ip_06_03.m

% MATLAB script for Illustrative Problem 3, Chapter 6. echo on f_cutoff=2000; % the desired cut-off frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequenc
www.eeworm.com/read/101557/15827416

m ip_06_03.m

% MATLAB script for Illustrative Problem 3, Chapter 6. echo on f_cutoff=2000; % the desired cut-off frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling freq
www.eeworm.com/read/429877/8784524

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/429877/8784564

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/381363/9095892

m edit_mfile.m

function edit_mfile(fname) %EDIT_MFILE - Display an Mfile in a scrolling text window. % % EDIT_MFILE(FNAME) % % inputs: % FNAME - Is the file name to display. % % Without a
www.eeworm.com/read/381363/9096256

m image_stat.m

function image_stat(command) %IMAGE_STAT Computes and display some Image statistic values % % IMAGE_STAT(COMMAND) % % Valid commands: % COMMAND: START Begin the session %
www.eeworm.com/read/381363/9096447

m image_morph.m

function image_morph(command) %IMAGE_MORPH Performs morphological operations on binary images. % % IMAGE_MORPH(COMMAND) % % Valid Commands: % START - Inizialize the button frame % DOIT
www.eeworm.com/read/381207/9104509

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/381207/9104513

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/180271/9313959

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(