代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/230170/14303232
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/127036/14387707
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/228052/14401905
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/227865/14407655
m gui_demo_ctx.m
function gui_demo_ctx()
%GUI_DEMO_CTX is a demo of GUI design for the book.
% with ContextMenu added.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Po
www.eeworm.com/read/227865/14407736
m gui_demo.m
function gui_demo()
%GUI_DEMO is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Position',[0.3,0.3,0.5,0.4],...
'Nam
www.eeworm.com/read/227865/14407775
m gui_counter.m
function gui_counter()
%GUI_COUNTER is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Position',[0.15, 0.45, 0.6, 0.1],.
www.eeworm.com/read/227865/14407836
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/227861/14408200
m exm104_3.m
function exm104_3( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
s
www.eeworm.com/read/126083/14446513
m curvplot.m
function curvplot(x,y,style)
% CURVPLOT Handles the cuvature plot in GUI.
% usage: curvplot(x,y,style), x = arclength, y= curvature.
% All the software included in this package is presented as
www.eeworm.com/read/126083/14446553
m uitleg.m
function uitleg(titleStr,helpStr);
% UITLEG Utility function for displaying help text conveniently.
% Adapted gor GUI
% First turn on the watch pointer in the old figure
oldFigNumber=watchon;
% If