代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/313280/13591074
chm matlab命令集.chm
www.eeworm.com/read/312171/13616814
txt matlab image segment.txt
I=imread('brand02.jpg');
HS_I=double(I);
tic
G=gradient(HS_I); % 计算梯度值
[y,x]=size(I);
T=60;
%%%%%%% 商标文字分割 %%%%%%%%%%
n=30;
GY=zeros(y,1);
www.eeworm.com/read/311376/13631561
doc matlab6.0_math.doc
www.eeworm.com/read/311061/13637796
pdf matlab语音基音检测.pdf
www.eeworm.com/read/309945/13661569
pdf matlab training lesson.pdf
www.eeworm.com/read/309356/13673415
ppt 复件 matlab-1.ppt
www.eeworm.com/read/309356/13673418
ppt matlab7-8.ppt
www.eeworm.com/read/308319/13704018
txt qam的matlab仿真.txt
主程序如下:
Fd=1;
Fs=3*Fd;
Fd=1;
Fs=3*Fd;
M=1;
M=16;
SNR_db=0:12;
SNR1_db=0:0.1:12;
%误码情况仿真
for n=1:length(SNR_db)
Eb_N0=10^(SNR_db(n)/10);
sgma=sqrt(1/(8*Eb_N0));
x=randint(10000,1,M);
y=dmo
www.eeworm.com/read/308064/13710001
doc matlab_example_2.doc
www.eeworm.com/read/308060/13710025