代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/424747/10417726

m dedemov.m

function dedemov(action); % DE function minimization demonstration. % dedemov is called with no parameters. % % Differential Evolution for MATLAB % Copyright (C) 1996 R. Storn % International Computer
www.eeworm.com/read/161189/10439799

m fun.m

% % fvec=fun(p) % % Computes the differences between forward model prediction and data, % normalized by the standard deviation for the slug test example. % function fvec=fun(p) % % global variables. %
www.eeworm.com/read/424063/10499278

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/423536/10552901

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/352274/10567564

m csshow.m

function csshow(action,sshowType); %CSSHOW A slide show shell. % CSSHOW works with the helper functions CSSINIT, CSSDISP, and CSSPAUSE % to build a graphical user interface around a linear, page by
www.eeworm.com/read/351176/10676503

m icacalcpi.m

function [Gn, pi1,pi2] = icacalcpi( W, Q, A ); % Performance indices for extraction/separation % (SCruces 01Jan03) % % These performance indices resembles Amari's index % and work properly when
www.eeworm.com/read/349839/10797465

m plotifl.m

function plotifl(t,iflaws); %PLOTIFL Plot normalized instantaneous frequency laws. % PLOTIFL(T,IFLAWS) plot the normalized instantaneous frequency % laws of each signal component. % % T : tim
www.eeworm.com/read/275640/10805360

h angle.h

/* * Copyright (c) 1999 - 2001, Artur Merke * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub
www.eeworm.com/read/273787/10901209

m mpfreq.m

% MPFREQ(B,A,color) % % This function is used to plot the amplitude response of filter % or signal. A logarithmic (base 10) scale is used for the Y-axis. % X-axis is normalized freqency from 0
www.eeworm.com/read/418695/10935716

m randnr.m

function w = randnr(s,r) %RANDNR Normalized row random generator. % % RANDNR(S,R) % S - Size of neuron layer (# of rows). % R - Number of inputs (# of columns). % Returns an SxR weight matrix. %