代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/159954/10584378

m xtshm1.m

clear all; clc; screen=get(0,'ScreenSize'); WinW=screen(3); WinH=screen(4); gmain=figure('Color',[0.6,0.8,0.9],'Pos',[20,20,0.6*WinW,0.8*WinH],... 'Name','控制系统状态空间描述','NumberTitle','off','MenuB
www.eeworm.com/read/159921/10588286

m svmdemo.m

function result = svmdemo(action,hfigure,varargin) % SVMDEMO demo on the Support Vector Machines. % % SVMDEMO demonstrates use of the algorithms which % solves the SVM problem with the both linear (L
www.eeworm.com/read/277779/10605117

m norma.m

% Function normalizes matrix over [0,1] function [Dn] = norma(D); % Dn -> normalized vector over [0,1] [np,ni] = size(D); if ni == 1, Dn = (D - min(D))./(max(D)-min(D)); else, vmaxD = ma
www.eeworm.com/read/159596/10637607

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/421949/10676959

m svmdemo.m

function result = svmdemo(action,hfigure,varargin) % SVMDEMO demo on the Support Vector Machines. % % SVMDEMO demonstrates use of the algorithms which % solves the SVM problem with the both linear (L
www.eeworm.com/read/350857/10705997

c mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------
www.eeworm.com/read/421666/10713322

txt opb.txt

OPB (PSEUDO BOOLEAN) FORMAT Oscar Gustafsson The OPB format is used to represent linear problems with binary variables, i.e., integer variables that can take on the values 0 or
www.eeworm.com/read/350382/10745845

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/349909/10784764

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/349839/10797298

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml