代码搜索:S-V MATLAB
找到约 10,000 项符合「S-V MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8830176
bmp threed_matlab.bmp
www.eeworm.com/read/384940/8830195
bmp plot_matlab.bmp
www.eeworm.com/read/428810/8839666
txt matlab susan检测.txt
SUSAN检测代码2008年05月16日 星期五 21:20 Author: Abhishek Ivaturi
Summary: SUSAN Edge detection in gray scale images.
MATLAB Release: R13
Required Products: Image Processing Toolbox
Description: Edg
www.eeworm.com/read/428810/8839693
txt matlab bayes判别.txt
Bayes判别<mark>matlab</mark>源程序2008年07月15日 星期二 22:11在分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认 ...
www.eeworm.com/read/187105/8854984
doc matlab.doc.doc
www.eeworm.com/read/428438/8869364
png other_matlab.png
www.eeworm.com/read/428423/8870624
pdf hcontrol in matlab.pdf
www.eeworm.com/read/428332/8875928
pdf matlab_note.pdf
www.eeworm.com/read/284902/8884203
txt matlab.frequency.txt
%信号
t=0:0.001:0.25;
x1=sin(2*pi*30*t);
x2=sin(2*pi*100*t);
x=x1+x2;
figure(1);
subplot(211);
plot(t,x);
xlabel('t(s)');
ylabel('x');
title('模拟信号');
grid;
Y=fft(x,256);
pyy=Y.*conj(Y)/256;
www.eeworm.com/read/384029/8904923