代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/163918/10139973

m er_lpfc1.m

function f = er_lpfc1(N,rip) % function f = er_lpfc1(N,rip) % Function to create prototype Chebyshev Type I digital LPF using bilinear % transformation with maximally flat characteristics in th
www.eeworm.com/read/163779/10145741

m three_point_circle.m

% 点三点,画一个圆 % Author's email: zjliu2001@163.com n=0;t=exp(i*[0:.02:2*pi]);x=[];y=[]; axes('position',[0.05,0.05,0.7,0.8]); hold on;axis([0,1,0,1]);axis equal; set(gca,'ButtonDownFcn',['a=get(gca,'
www.eeworm.com/read/163777/10145913

m program_3_4.m

% Program 3_4 % Numerical Computation of DTFT Using DFT % % Generate the length-16 sinusoidal sequence k = 0:15; x = cos(2*pi*k*3/16); % Compute its 512-point DFT X = fft(x); XE = fft(x,512)
www.eeworm.com/read/163777/10145921

m program_7_1.m

% Program 7_1 % Elliptic IIR Lowpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = input('Min
www.eeworm.com/read/163777/10145930

m program_7_2.m

% Program 7_2 % Type 1 Chebyshev IIR Highpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = i
www.eeworm.com/read/163777/10145995

m program_5_1.m

% Program 5_1 % 4-th Order Analog Butterworth Lowpass Filter Design % format long % Determine zeros and poles [z,p,k] = buttap(4); disp('Poles are at');disp(p); % Determine transfer function co
www.eeworm.com/read/359349/10154162

m gui_conv1.m

clear, close all H1=axes('unit','normalized','position',[0.05,0.69,0.6,0.2]); %set(gcf, 'currentaxes' ,H1); str= '\fontname{ 隶书 } The input signal x(t) ' ; text(0.2,1.2,str, 'fontsize' ,12); h1
www.eeworm.com/read/359349/10154293

m gui_conv.m

clear, close all H=figure('unit','normalized','Name','Convolution','NumberTitle','off','MenuBar','none'); H1=axes('unit','normalized','position',[0.05,0.69,0.6,0.2]); title('The input signal x(t)
www.eeworm.com/read/163324/10166009

m c6l1.m

XNT=32.2; XNP=3.; TAU=1.; TF=10.; VC=4000.; XNTD=32.2; XNTDD=32.2; T=0.; S=0.; TP=T+.00001; X1=0; X2=0; X3=1; X4=0; X5=0.; X6=0.; X7=0.; X8=0.; X9=0.; X10=0.; H=.01; n=0.; while
www.eeworm.com/read/163319/10166495

m shootinggui.m

% 关于线性打靶法的GUI文件,函数方程用shootingfun.m文件 close all figure; axes('position',[0.06,0.16,0.7,0.6]); p='y''(0)=';P='\Delta(y(1))';Q=[]; Sl=uicontrol(gcf,'style','slider',... 'unit','normalized','pos