代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/331448/12827631
m som_recolorbar.m
function h=som_recolorbar(p, ticks, scale, labels)
%SOM_RECOLORBAR Refresh and rescale colorbars in the current SOM_SHOW fig.
%
% h = som_recolorbar([p], [ticks], [scaling], [labels])
%
% colormap
www.eeworm.com/read/244937/12830807
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/244790/12843834
m som_recolorbar.m
function h=som_recolorbar(p, ticks, scale, labels)
%SOM_RECOLORBAR Refresh and rescale colorbars in the current SOM_SHOW fig.
%
% h = som_recolorbar([p], [ticks], [scaling], [labels])
%
% colormap
www.eeworm.com/read/243539/12935208
m trnorm.m
%TRNORM Normalize a homogeneous transformation.
%
% TN = TRNORM(T)
%
% Returns a normalized homogeneous tranformation matrix in which the rotation
% submatrix is a proper orthogonal matrix.
% The O a
www.eeworm.com/read/141739/12988770
m som_recolorbar.m
function h=som_recolorbar(p, ticks, scale, labels)
%SOM_RECOLORBAR Refresh and rescale colorbars in the current SOM_SHOW fig.
%
% h = som_recolorbar([p], [ticks], [scaling], [labels])
%
% colormap
www.eeworm.com/read/241323/13156479
m obutt.m
function h = obutt
%> The file gives a grey non-functional button
%> at a predetermined position at the bottom of the figure.
%> Call: obutt
h=uicontrol('Style','pushbutton','Units','normali
www.eeworm.com/read/323953/13306652
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/238965/13312703
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/136431/13379345
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/321424/13405174
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.