-
GPS_matlab_sim
GPS的MATLAB仿真程序,仿真了读取导航电文信息、卡尔曼滤波、解算定位等功能。(GPS for MATLAB simulation, emulation of the read navigation data information, Kalman filter, calculate the positioning function.)
- 2010-08-02 11:47:37下载
- 积分:1
-
m
说明: MATLAB进行汉明码的编码译码的实现和通信仿真(MATLAB for coding and decoding of hamming code implementation and communication simulation)
- 2011-05-12 08:21:16下载
- 积分: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
-
gardner
定时恢复在接收机中是必不可少的环节,只有定时恢复环节性能良好才能正确解调出信号。 位同步-gardner算法(Timing recovery is an essential part of the receiver, and the signal is demodulated correctly only when the timing recovery is in good performance.)
- 2017-12-18 11:57:51下载
- 积分:1
-
DOA算法1
说明: doa估计的三种方法,包含MUSIC算法,ESPRIT算法,压缩感知的算法。(Three methods of doa estimation)
- 2021-03-24 18:03:00下载
- 积分:1
-
compressorINT16clip2
模拟语音信号的动态范围压缩算法的matlab源码(Yiu Pang音portability cavity ulcers信rabble-hung Yu Yang围压stand for goblets算Daitou tungsten cavity matlab)
- 2007-08-23 11:32:04下载
- 积分:1
-
Huang98
Huang 98 文章——The empirical mode decomposition and the hilbert spectrum(Huang 98 articles- The empirical mode decomposition and the hilbert spectrum)
- 2009-05-08 17:58:12下载
- 积分:1
-
multidiophantine
说明: 多变量丢翻图方程的求解程序,编写简单,直接运行M文件(diophtine)
- 2010-04-11 14:09:57下载
- 积分:1
-
midterm2
some example for matlab
- 2012-04-11 09:09:20下载
- 积分:1
-
2^mDIT-FF
本程序基于2DIT-FFT变换,效果相当好,通俗易懂,适合初学者学习。(The program is based on 2DIT-FFT transform, the effect is quite good, easy to understand for beginners.)
- 2011-06-09 11:14:24下载
- 积分:1