代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/373120/9474886
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).*sign(y)
www.eeworm.com/read/176998/9477472
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 and/o
www.eeworm.com/read/176161/9514547
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/169871/9835592
m spin_new.m
function W = spin_new(X)
% W = spin_new(X)
% Method for spinglass example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% W = spin_new(X) ;
www.eeworm.com/read/365868/9842485
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/365020/9881837
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/168534/9908096
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/364310/9912873
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/166780/9998100
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/166190/10029771
m dmyconl.m
dwindcont=figure('color',[1,0,1],'position',[0.25*winw,0.25*winh,0.5*winw,0.5*winh],...
'name','离散闭环系统能控能观性及传递函数完全描述性','numbertitle','off','menubar','none',...
'resize','off');
color