代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/147422/5729422
m speech_1_display.m
%This is a special data display program to facilitate the display
%of 1 speech signal
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_COLOR=[1 1 1]; %white
TE
www.eeworm.com/read/147422/5729432
m main_speech_1_display.m
%This is a special data display program to facilitate the display
%of 1 speech signal
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_COLOR=[1 1 1]; %white
TE
www.eeworm.com/read/147422/5729433
m main.m
%This is a special data display program to facilitate the display
%of 1 speech signal
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_COLOR=[1 1 1]; %white
TE
www.eeworm.com/read/130155/5963773
c img_enhance.c
/*#############################################################################
* 文件名:imageenhance.c
* 功能: 实现了图像增强算法
* modified by PRTsinghua@hotmail.com
#########################################
www.eeworm.com/read/491236/6437904
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/491236/6437919
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/489524/6472526
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/489524/6472527
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/263534/11357654
c img_enhance.c
/*#############################################################################
* 文件名:imageenhance.c
* 功能: 实现了图像增强算法
* modified by PRTsinghua@hotmail.com
#########################################
www.eeworm.com/read/405084/11472015
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(