代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/289129/8574243

m chtry.m

% Copyright (c) 2003-2004 The University of Texas % All Rights Reserved. % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public L
www.eeworm.com/read/431675/8662419

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. %
www.eeworm.com/read/287843/8665604

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/431605/8666018

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/386625/8734485

m demo3.m

%DEMO3 MGLab Truncation Error Demo % % This demo solves the Poisson problem on % different grids. % % In each case, the relative truncation (pde) % error, and the relati
www.eeworm.com/read/386050/8769670

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/186973/8887323

m c75.m

% Step 1: Determine n Wp=10; Ws=20; Gp=-2; Gs=-20 P1=-Gs/10; P2=-Gp/10; Wsp=Ws/Wp; Nc=log((10^P1-1)/(10^P2-1))/(2*log(Wsp));; N=ceil(Nc) % Step 2:
www.eeworm.com/read/283135/9040784

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/381363/9095921

m measure.m

function measure(command, M) %MEASURE Get the coordinates of the clicked pixels. % % MEASURE(COMMAND) % % The coordinates are stored in the global matrix Coords. % % COMMAND: START
www.eeworm.com/read/184304/9111856

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