代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/238965/13312652
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/136697/13365335
m gui_con1.m
function gui_con1(action,in1,in2);
%# call t3mi t1bd t15ep t2ap s3ma s1bs s15es s2as s25hs
% gui_con1
%
% GUI driven demonstration file for logical connectives.
%
%
% FSTB - Fuzzy Systems Toolbox fo
www.eeworm.com/read/321442/13404831
m mmm.m
clf reset
H=axes( 'unit' , 'normalized' , 'position' ,[0,0,1,1], 'visible' , 'off' );
set(gcf, 'currentaxes' ,H);
str1= '\fontname{ 隶书 } 史密斯圆图的应用' ;
str2= '\fontname{ 隶书 } 请输入归一化电阻' ;
str3= '\f
www.eeworm.com/read/321424/13405139
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/321424/13405153
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/321385/13407809
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/321385/13407823
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/147422/5729152
m speech_egg_display.m
%This is a special data display program to facilitate the comparison
%of a speech signal and the EGG and DEGG
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_CO
www.eeworm.com/read/147422/5729153
m main.m
%This is a special data display program to facilitate the comparison
%of a speech signal and the EGG and DEGG
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_COLO
www.eeworm.com/read/147422/5729154
m main_speech_egg_display.m
%This is a special data display program to facilitate the comparison
%of a speech signal and the EGG and DEGG
%
close all;
clear;
clc;
global BACK_COLOR TEXT_COLOR LINE_COLOR;
BACK_CO