代码搜索结果
找到约 2,116 项符合
Y 的代码
gdfte0.dat
y( 0)=0.00000e+00
y( 1)=1.86090e-02
y( 2)=3.25359e-02
y( 3)=4.20480e-02
y( 4)=4.73684e-02
y( 5)=4.86842e-02
y( 6)=4.61538e-02
y( 7)=3.99123e-02
y( 8)=3.00752e-02
y( 9)=1.67423e-02
y(10)=0.
kkspt0.dat
y( 0)=5.40000e+01 yy( 0)=5.68429e+01
y( 1)=1.45000e+02 yy( 1)=1.33629e+02
y( 2)=2.27000e+02 yy( 2)=2.44057e+02
y( 3)=3.59000e+02 yy( 3)=3.47943e+02
y( 4)=4.01000e+02 yy( 4)=3.93457e+02
y.tab.h
#ifndef BISON_<mark>Y</mark>_TAB_H
# define BISON_<mark>Y</mark>_TAB_H
#ifndef <mark>Y</mark><mark>Y</mark>ST<mark>Y</mark>PE
t<mark>y</mark>pedef union{
int ival;
float rval;
char *sval;
NODE *n;
} <mark>y</mark><mark>y</mark>st<mark>y</mark>pe;
# define <mark>Y</mark><mark>Y</mark>ST<mark>Y</mark>PE <mark>y</mark><mark>y</mark>st<mark>y</mark>pe
# define <mark>Y</mark><mark>Y</mark>ST<m ...
example6_12.m
y=linspace(.1,1,100);
thr=0.28;
ythard=wthresh(y,'h',thr);
ytsoft=wthresh(y,'s',thr);
subplot(2,2,1);
plot(y);
title('原始信号');
subplot(2,2,3);
plot(ythard);
title('硬阈值信号');
s
example6_13.m
y=randn(1,1000);
thr1=thselect(y,'rigrsure')
thr2=thselect(y,'sqtwolog')
thr3=thselect(y,'heursure')
thr4=thselect(y,'minimaxi')