代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/448535/7531379
m hmmfupdaten.m
function f = hmmfupdaten(y,alphahat,betahat,c,HMM)
%
% Provide an update to the state output distributions for the HMM model
% using the normalized probabilities alphahat and betahat
%
% functio
www.eeworm.com/read/448535/7531390
m hmmdiscfupn.m
function f = hmmdiscfupn(y,alphahat,betahat,c,HMM)
%
% Update the discrete HMM output distribution f using the normalized forward
% and backward probabilities alphahat and betahat
%
% function
www.eeworm.com/read/446038/7586629
m calculator.m
%把这两个文件复制到当前工作路径,运行Calculator即可。 ——中国地质大学(北京)
h=figure;
set(h,'menubar','none',...
'units','normalized',...
'position',[0.34 0.34 0.32 0.32],...
'numbertitle','off',...
'name','
www.eeworm.com/read/444759/7607416
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/442982/7640583
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/442234/7656534
m guiplot.m
function guiplot(action)
%HNDLGRAF Demonstrates Handle Graphics for line plots in MATLAB.
% This window allows you to assemble a string
% of MATLAB commands that results in a plot in
www.eeworm.com/read/441332/7671733
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/440404/7689889
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/439437/7709126
m statmodelr.m
function [H1,H2,Q, estat] = StatModelR(xn,B,N);
% Statistical Model (Rounding) for A/D Quantization error and its Distribution
% ------------- -----------------------------------------------------
www.eeworm.com/read/438266/7733403
m calendartable.m
function CalendarTable;
% calendar 日历
% Example:
% CalendarTable;
S=datestr(now);
[y,m,d]=datevec(S);
% d is day
% m is month
% y is year
DD={'Sun','Mon','Tue','Wed','Thu','Fri'