代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/418342/10952602
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/271760/10981496
m fcnmat.m
function [d,csigma]=fcnmat(w,f)
%FCNMAT Calculates the normalized column dominance scalings.
% FCNMAT(W,F) returns an MVFR matrix of real positive diagonal
% post-multiplier matrices which scale
www.eeworm.com/read/271760/10981596
m frnmat.m
function [d,rsigma]=frnmat(w,f)
%FRNMAT Calculates the normalized row dominance scalings.
% FRNMAT(W,F) returns an MVFR matrix of real positive diagonal
% pre-multiplier matrices which scale Fm
www.eeworm.com/read/271244/11001967
m fdamp.m
function msf=fdump(x)
% The function FDUMP calculates a normalized marginal damping spectrum
% of x(k,n),where k specifies the number of frequencies,
% and n is the number of time values.
%
%
www.eeworm.com/read/465112/6966576
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 SOFTWA
www.eeworm.com/read/469416/6976510
m demprior.m
function demprior(action);
%DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior.
%
% Description
% This function plots the functions represented by a multi-layer
% perceptron netw
www.eeworm.com/read/467324/7009748
m dsb_mod.m
function u=dsb_mod(m,ts,fc)
% u=dsb_mod(m,ts,fc)
%DSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the DSB modulated
% signal. ts
www.eeworm.com/read/105767/7109060
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.
www.eeworm.com/read/299984/7140761
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/463748/7176110
m dsb_mod.m
function u=dsb_mod(m,ts,fc)
% u=dsb_mod(m,ts,fc)
%DSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the DSB modulated
% signal. ts