代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/381207/9104562
m fig7_10c.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/184267/9114076
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/380070/9166813
m exa010305.m
%---------------------------------------------------------------------------------------
% exa010305.m, for example 1.3.5
% 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽
% 和带宽的变化情况;
%
www.eeworm.com/read/181390/9256381
m normalize.m
function [Normalized] = Normalize(InputMat)
%function [Normlized] = Normalize(InputMat)
% Normalize the columns of matrix InputMat
Norm2 = sqrt(diag(InputMat'*InputMat));
Normalized = InputMat./(o
www.eeworm.com/read/180304/9313068
m normalize.m
function [Normalized] = Normalize(InputMat)
%function [Normlized] = Normalize(InputMat)
% Normalize the columns of matrix InputMat
Norm2 = sqrt(diag(InputMat'*InputMat));
Normalized = InputMat./(o
www.eeworm.com/read/179150/9368510
m mmn2px.m
function y=mmn2px(x,Hf)
%MMN2PX Normalized to Pixel Coordinate Transformation.
% MMN2PX(X) converts the position vector X from
% normalized coordinates to pixel coordinates w.r.t.
% the computer scree
www.eeworm.com/read/176032/9521369
m ball_bounce.m
function ball_bounce()
%BALL_BOUNCE is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Position',[0.3,0.3,0.5,0.4],...
www.eeworm.com/read/365849/9843661
m sis_edit.m
function sis_edit(action, varargin)
% Sorry, I didn't have enough time to write nice and documented GUI code.
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9843733
m dnl_edit.m
function dnl_edit(obj, hObject, varargin)
% NOTE: Model edit windows do not use the "action" input argument,
% as all other edit windows do.
% This will be fixed as soon as possible. In the meantim
www.eeworm.com/read/365849/9843764
m sir_edit.m
function sir_edit(action, varargin)
% Sorry, I didn't have enough time to write nice and documented GUI code.
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚