代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/140851/13059012
m demprgp.m
function demprgp(action);
%DEMPRGP Demonstrate sampling from a Gaussian Process prior.
%
% Description
% This function plots the functions represented by a Gaussian Process
% model. The hyperpara
www.eeworm.com/read/140851/13059150
m demnlab.m
function demnlab(action);
%DEMNLAB A front-end Graphical User Interface to the demos
%
% Description
% This function will start a user interface allowing the user to select
% different demonstrat
www.eeworm.com/read/327551/13073170
m cal_and_plot_acf_and_spec7.m
% cal_and_plot_acf_and_spec7.m - Written by Eli Mozeson and Nadav Levanon
% plot corrrelation function and spectrum of a signal defined by
% u(t), t, and F (maximal Dopper normalized by signal length)
www.eeworm.com/read/241677/13126522
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/241323/13156370
m wbutt.m
function h = wbutt(x,y)
%> This is a standard red 'wait' button of given
%> length = .15 and height = .05.
%> Call: wbutt(x,y)
%> Input: x, y = position of lower left corner
%> No callback.
uicontr
www.eeworm.com/read/241323/13156414
m text0.m
function f = text0(xy,ww)
%> Call f=text0(xy,'string');
%> where x is a 4 - vector [x0 y0 dx dy];
%> ww is a string in cell array .
f=uicontrol('Style','text','Units','normalized','FontSize',9,...
'St
www.eeworm.com/read/241323/13156421
m gbutt.m
function h = gbutt(xy,ww,action)
%> This is a standard green button
%> Call: gbutt(xy,ww,action)
%> Input: xy = position 4-vector [x1 y1 x2-x1 y2-y1]
%> ww = text string,
%> action = callback as
www.eeworm.com/read/241323/13156428
m edit1.m
function f=edit1(xy,string);
%> The file allows us to edit a string
%> Call q = edit1(xy, string) where
%> xy = 4-vector giving the position and size of window
%> string = string to be edited.
www.eeworm.com/read/241323/13156460
m bbutt.m
function h = bbutt(xy,ww,action)
%> This is a standard blue button
%> Call: bbutt(xy,ww,action)
%> Input: xy = position 4-vector [x1 y1 x2-x1 y2-y1]
%> ww = text string,
%> action = callback as '
www.eeworm.com/read/241323/13156471
m cbutt.m
function h = cbutt(x,y)
%> This is a standard green 'continue' button of given
%> length = .15 and height = .05.
%> Call: cbutt(x,y)
%> Input: x, y = position of lower left corner
%> The callback is