代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/467764/7000856

m single_canceler.m

function [resp] = single_canceler (fofr1) eps = 0.00001; fofr = 0:0.01:fofr1; arg1 = pi .* fofr; resp = 4.0 .*((sin(arg1)).^2); max1 = max(resp); resp = resp ./ max1; subplot(2,1,1) plot(fofr,
www.eeworm.com/read/467764/7000968

m fig9_20c.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/467764/7000987

m fig9_2a.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/467764/7000999

m fig9_20b.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/467324/7009771

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/466855/7022143

m exa010305.m

%--------------------------------------------------------------------------------------- % exa010305.m, for example 1.3.5 % 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽 % 和带宽的变化情况; %
www.eeworm.com/read/463694/7176701

m clust_normalize.m

function data=clust_normalize(data,method); % method description % 'var' Variance is normalized to one (linear operation). % 'range' Values are normalized between [0,1] (linear
www.eeworm.com/read/461264/7230682

pro zang.pro

function zang,dl,z, h0=h0, k = k, Lambda0 = lambda0, Omega_m = Omega_m, $ q0 = q0, SILENT = silent ;+ ; NAME: ; ZANG ; PURPOSE: ; Determine the angular size of an objec
www.eeworm.com/read/460016/7258923

m 例7-15.m

>> clf reset >> H=axes('unit','normalized','position',[0,0,1,1],'visible','off'); >> set(gcf,'currentaxes',H); >> text(0.12,0.93,'\fontname{楷书}归一化二阶系统的阶跃响应曲线','fontsize',13); >> H_fig=get(H,'paren
www.eeworm.com/read/458493/7295646

m bin2flt.m

function f = bin2flt(c) % bin2flt Expand a binary representation of floating point mantissa % % Synopsis: f = bin2flt(c) % % Input: c = (string) bit sequence of the fractional part of a nor