-
rk_4-(2)
在matlab上利用乘幂法、龙贝格积分法、高斯赛德尔法、复化梯形法、四阶龙格库塔法处理一些简单的数学问题.(On matlab use power law, Romberg integration, high Sisaideer law, complex trapezoid method, fourth-order Runge-Kutta method to deal with some simple math problems.)
- 2014-04-02 12:36:27下载
- 积分:1
-
error rate
信噪比从0~13 dB,每隔1 dB仿真得到二进制双极性码的误码率(The bit error rate of binary bipolar codes is simulated every 1 dB from 0 to 13 dB.)
- 2018-12-28 08:41:01下载
- 积分:1
-
chap3
It is Radar System design and signal prcessing code based on standard algorithm .this is vey important for biggener those who are working on Radar signal processing area.This code contain various chapter. this is basically chapter No3
- 2009-11-02 14:25:06下载
- 积分:1
-
MATLAB6.x_Calculation_and_Use
MATLAB6.x符号运算及其应用.pdf 电子书,很不错的哦,学习Matlab的好资料!(Ebook MATLAB6.x Calculation and Use. It is Very good!)
- 2010-11-08 19:20:17下载
- 积分:1
-
radar_edition1
雷达系统的MATLAB分析与仿真(1)为雷达系统分析与设计书中的代码(Radar Systems Analysis and Simulation of MATLAB (1) for the radar system analysis and design of the code book)
- 2010-05-28 17:55:58下载
- 积分:1
-
niulafa
利用牛拉法编写的潮流程序,里面含有ieee各标准节点的数据,学习潮流的初学者可以参考学习(Prepared by the tide of bovine Rafah program, which contains the standard node ieee data, the trend of learning can refer to learn for beginners)
- 2011-06-08 15:07:53下载
- 积分:1
-
inpaint
the code for image inpainting algorithm
- 2013-03-03 15:03:36下载
- 积分:1
-
eof
对数据进行EOF分解,得到数据的空间分布和时间系数,进行时空分析。(EOF on the data decomposition, get the spatial distribution and the time coefficient data, spatio-temporal analysis.)
- 2015-04-21 21:44:59下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
paper4
多序列跳频系统及其在AWGN信道下误码率性能分析(Multiple sequence and frequency hopping system BER performance analysis in AWGN channel)
- 2014-08-27 20:49:57下载
- 积分:1