代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/415050/11085264
doc matlab_and_numerical_analysis.doc
www.eeworm.com/read/269059/11109999
pdf matlab-nero-tools.pdf
www.eeworm.com/read/268703/11124911
doc ant_algorithm_matlab.doc
www.eeworm.com/read/268624/11129462
pdf matlab使用指南.pdf
www.eeworm.com/read/268476/11137056
pdf matlab_style_guidelines.pdf
www.eeworm.com/read/413336/11159277
pdf matlab fft fpga.pdf
www.eeworm.com/read/412323/11204692
doc ofdm-tutorial_matlab.doc
www.eeworm.com/read/412294/11206863
m ofdm_qpsk_matlab.m
numbits
bits=rand(1,numbits)>0.5;
nb=length(bits);%number of bits
ns=ceil(nb/2);%number of symbols
b0=zeros(1,ns*2);%zero padding
b0(1:nb)=bits;
j=sqrt(-1);
for s=1:ns
ba=b0(((s-1)*2)
www.eeworm.com/read/412064/11216532
doc matlab_random_function.doc
www.eeworm.com/read/266419/11226809