代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/359900/10116758
m twomodegauss.m
function p = twomodegauss(m1, sig1, m2, sig2, A1, A2, k)
%TWOMODEGAUSS Generates a two-mode Gaussian function.
% P = TWOMODEGAUSS(M1, SIG1, M2, SIG2, A1, A2, K) generates a
% two-mode, Gaussian
www.eeworm.com/read/164050/10133665
m mygui1.m
function fig = Mygui1()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This
www.eeworm.com/read/359212/10161270
m upq.m
%UPQ Compute normalized central moments of polygon
%
% M = UPQ(iv, p, q)
% compute the pq'th normalized central moment of the polygon
% whose vertices are iv.
%
% Note that the points must be s
www.eeworm.com/read/358904/10176299
m info.m
function info(titleStr,helpStr1);
% HELPFUN Utility function for displaying help text conveniently.
numPages=1;
oldFigNumber=watchon;
position=[0.3 0.5 0.5 0.3];
figNumber=figure( ...
'Name','I
www.eeworm.com/read/163048/10250945
m gfcreatefilter.m
function [g]=gfcreatefilter(f0,gamma,n,varargin)
% GFCREATEFILTER Create normalized 1-D Gabor filter in time domain.
%
% G = GFCREATEFILTER(F0,GAMMA,N,...) creates a normalized Gabor
% filter
www.eeworm.com/read/163048/10250955
m gfcreatefilterf.m
%GFCREATEFILTERF Create normalized 1-D Gabor filter in the frequency domain.
%
% [G] = GFCREATEFILTERF(F0,GAMMA,N,...) creates a normalized Gabor
% filter G of size N with central frequency F0, no
www.eeworm.com/read/162867/10262297
m teqdemo.m
%TEQDEMO Demonstrates time domain equalizer design functions
% in the DMTTEQ Toolbox.
%
% To start the demo type "teqdemo".
%
% For more information use the "info" button after starting
% the demo.
%
www.eeworm.com/read/162867/10262330
m teqdemov3.m
% TEQDEMOV3 Demonstrates channel equalizer design functions
% in the DMTTEQ Toolbox.
%
% To start the demo type "teqdemov3".
%
% For more information use the "info" button after starting
% the demo.
www.eeworm.com/read/162867/10262362
m dualteq.m
% dualteq Demonstrates dual-path time domain equalizers design functions
% in the DMTTEQ Toolbox.
%
% To start the demo type "dualteq".
%
% For more information use the "info" button after starting
%
www.eeworm.com/read/162211/10325705
c table.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.