代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/428849/8834838

m demo_svm.m

function result = demo_svm(action,hfigure,varargin) % DEMO_SVM Demo on Support Vector Machines. % % Synopsis: % demo_svm % % Description: % DEMO_SVM demonstrates algorithms training the binary %
www.eeworm.com/read/384512/8865989

m som_gui.m

function som_gui(varargin) %SOM_GUI A GUI for initialization and training of SOM. % % som_gui([sD]) % % som_gui % som_gui(sD) % % Input and output arguments ([]'s are optional) % [sD] (
www.eeworm.com/read/284604/8914359

c mpsplot.c

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

m display_str.m

%display_str show strings in the current window or convert a string into TeX format % % [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,... % fName,fWeight,fAngle) % %where % % xL -- the
www.eeworm.com/read/426783/8999913

c mpsplot.c

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

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/283489/9017623

c mpsplot.c

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

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/381901/9066707

m norma.m

% Function normalizes matrix over [0,1] 规格化矩阵 function [Dn] = norma(D); %!!!!!!!!!!!! % 把矩阵D里的数按相应行的最大最小值转化到[0,1]区间去 %!!!!!!!!!!!! % Dn -> normalized vector over [0,1] 规格化带菌者 [np,ni] = size(D)
www.eeworm.com/read/381363/9095782

m image_resize.m

function image_resize(command) %IMAGE_RESIZE - resizes the current view to be the current image % % IMAGE_RESIZE(COMMAND) % % COMMAND - valid commands: % % START - set up the button frame