代码搜索结果
找到约 2,116 项符合
Y 的代码
ex1206.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 12.6, page 279
// Dominating a Data Member and Overriding a Member Function
#include
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')
example2_9.m
Y=[3 1 2
8 7 5
5 3 4
9 3 2];
area(Y)
grid on
set(gca,'layer','top');
y.txt
AAAAGAGTAGTTGACGCTAAACCCATAATCAGATCTATGCATTAACTA
ex3_9.m
y=0;
n=100;
for i=1:n
y=y+1/(2*i-1);
end
y
oplot0.dat
Y
+ *
* + *
oplot0.dat
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.