代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/251886/6335689

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/224450/6338741

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/227966/6350243

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/492717/6407918

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/491236/6437940

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/489524/6472545

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/488464/6487364

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/484851/6575692

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/478769/6702361

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/476907/6754319

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);