代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/180485/9305455

m program_07_2.m

% Program 7_2 % Type 1 Chebyshev IIR Highpass Filter Design % colordef black; Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple
www.eeworm.com/read/180485/9305523

m program_05_1.m

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

m program_07_1.m

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

m fig3_8_v1.m

clear all bw = 10.0; f0 = 10.; tau = 30.0e-3; mu = bw / tau; n=0; fs = 2.5*bw; for t = -1.25:.1/fs:1.25 n = n+1; y(n) = exp(i * .5 * mu * t^2); end yfft= fftshift(fft(y,1024)); freq=
www.eeworm.com/read/180265/9314205

m fig1_23.m

% Use this program to reproduce Fig. 1.23 clear all close all x = linspace(-2*pi,2*pi, 200); y = sinc(x); y = y ./ (max(y)); figure (1) plot(x, 20*log10(abs(y))); grid axis tight xlabel('Ang
www.eeworm.com/read/179210/9365096

m norma.m

% Function normalizes matrix over [0,1] function [Dn] = norma(D); % Dn -> normalized vector over [0,1] [np,ni] = size(D); if ni == 1, Dn = (D - min(D))./(max(D)-min(D)); else, vmaxD = ma
www.eeworm.com/read/179150/9368520

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/178406/9399604

m disc_gui.m

function fig = disc_gui() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. Thi
www.eeworm.com/read/178406/9399617

m shaft_gui.m

function fig = shaft_gui() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. Th
www.eeworm.com/read/178406/9399782

m modeplot2.m

function modeplot2(FILE,arg1,arg2) % [phi,lambda,fb]=modeplot2(FILE,W1,W2,N,P5) % % % INPUTS: % FILE: input file, can be template.m (Script) or template.mtx (*.mat) % W: speed of rotatio