代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/321385/13407844
m fig7_9.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/321185/13411031
c explodename.c
/* Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/or
www.eeworm.com/read/321050/13412834
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/317326/13505875
m sa_ex2_13.m
% General envelope of standing wave for planewaves
% normally incident on a planar boundary . Medium 1 is assumed to be free space
% medium 2 is specified by the user
% Frank B. Gross
%
www.eeworm.com/read/313963/13577720
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/312207/13616395
c explodename.c
/* Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/or
www.eeworm.com/read/308824/13689974
c explodename.c
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it an
www.eeworm.com/read/306478/13744606
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/305889/13757275
m example1_2.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/303558/13812558
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);