-
znkx
说明: 智能控制源程序,适合初学者使用,是用matlab语言编写(Intelligent Control of source code, suitable for beginners to use, is to use matlab language)
- 2008-10-07 18:36:36下载
- 积分:1
-
RS
说明: Hurst exponent calculation algoritms. Time series analysis trending, mean reverting. Analysis of time series, fractal analysis.
- 2010-04-21 01:56:13下载
- 积分:1
-
two-energy-band
运用matlab绘制能带。可以有效地提高绘图的效率和减少误差(matlab point picture)
- 2013-03-07 09:48:39下载
- 积分:1
-
pure_and_slotted_aloha
Pure and Slotted Aloha
http://alexandria.tue.nl/extra2/afstversl/E/407561.pdf
- 2012-10-09 04:47:17下载
- 积分:1
-
scriptofdmtx
在发射端产生OFDM信号,生成信号的波形已被画出。(OFDM signal generated at the transmitter side, the signal generated waveform is drawn.)
- 2013-05-25 21:20:00下载
- 积分:1
-
proc_dd
The function generates CA codes for all 32 satellites based on the settings
- 2020-06-22 13:40:02下载
- 积分:1
-
BP-ANN
建立一个BP神经网络。进行训练和测试,数据样本包含在压缩文件中(Build a BP Artificial Neural Networks.Train and test the data in the rar file)
- 2012-04-13 15:47:18下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
DYNT
使用Matlab编程工具对多元函数的Newton算法的实现(Newton algorithm)
- 2014-10-15 18:06:46下载
- 积分:1
-
2PPM_TH_UWB
TH-PPM UWB信号发射链路仿真,其中函数cp0201_transmitter_2PPM_TH中已经依次调用了另外5个函数,直接在matlab中调用它就可以仿真出结果。(TH-PPM UWB signal transmission link simulation, which has in turn calls function cp0201_transmitter_2PPM_TH in another five function call directly in matlab it can simulate the results.)
- 2010-07-10 11:09:49下载
- 积分:1