代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/272476/10956561

m periodogram_yuqd.m

function [P, W] = periodogram_yuqd(xn, Nfft); %periodogram_yuqd(xn, Nfft) is a function wirtten by yuqd %to estimate the PSD(power spectral density) of signal x %The parameter Nfft used to spesify
www.eeworm.com/read/418157/10963721

m sinusx.m

function outx = sinusx(in,f,n) % Extracts of a sinusoidal signal (S. Brigati, P. Malcovati) % % outx = sinusx(in,f,n) % % in: Input data vector % f: Normalized input signal frequency % n: Nu
www.eeworm.com/read/467764/7000841

m fig9_19.m

clear all fofr = 0:0.001:1; arg = 2.*pi.*fofr; nume = 2.*(1.-cos(arg)); den11 = (1. + 0.25 * 0.25); den12 = (2. * 0.25) .* cos(arg); den1 = den11 - den12; den21 = 1.0 + 0.7 * 0.7; den22 = (2.
www.eeworm.com/read/464287/7166543

m c4.m

H=figure('Color',[0,1,1],'Position',[0,0,400,400],'Name',... '关于控制框设计的程序','NumberTitle','off', 'MenuBar','none'); uicontrol(H,'Style','text','Position',[0.05,0.74,0.9,0.1],... 'Units','no
www.eeworm.com/read/463748/7176008

m invmulaw.m

function x=invmulaw(y,mu) %INVMULAW the inverse of mu-law nonlinearity %X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity. x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/458398/7297079

m invmulaw.m

function x=invmulaw(y,mu) %INVMULAW the inverse of mu-law nonlinearity %X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity. x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/456193/7355094

m fm_choice.m

function fig = fm_choice(varargin) % FM_CHOICE open dialog box and wait for input % % FM_CHOICE(TEXT) % FM_CHOICE(TEXT,MODE) % TEXT = text to be displayed % MODE = message mode %
www.eeworm.com/read/448898/7523200

m input_g2.m

%输入开环传递函数传函 gswin=figure('position',[100 150 600 400],... 'name','输入前向通道参数','menubar','none',... 'NumberTitle','off','Resize','off'); dd=text(0.25,0.9,'前向通道参数'); set(dd,
www.eeworm.com/read/448898/7523233

m input_h.m

%输入反馈环节传函 hswin=figure('position',[100 150 600 400],... 'name','输入反馈环节参数','menubar','none',... 'NumberTitle','off','Resize','off'); dd=text(0.25,0.9,'反馈环节参数'); set(dd,'f
www.eeworm.com/read/448898/7523244

m input_g.m

%输入开环传递函数传函 gswin=figure('position',[100 150 600 400],... 'name','输入前向通道参数','menubar','none',... 'NumberTitle','off','Resize','off'); dd=text(0.25,0.9,'前向通道参数'); set(dd,