-
trye
Triangle Wave Generator
- 2014-08-27 04:15:10下载
- 积分:1
-
PESQ
Code to PESQ by Loizou for SPeech Processing
- 2013-10-06 13:32:24下载
- 积分:1
-
ncogs_software
短时傅里叶变换逆变换,采用MATLAB编的程序(Short term Fu Liye transform inverse transform)
- 2015-04-13 15:27:21下载
- 积分:1
-
Q-learning
说明: 可以进行二维到三维的基于强化学习的路径规划(Path planning based on reinforcement learning can be carried out from 2D to 3D)
- 2021-03-06 11:09:30下载
- 积分:1
-
liyong-matlab
利用matlab计算多层框架位移源代码。稍作修改可以用于各种平面框架结构。( Matlab the displacement source code computing multi-layered framework. Minor modifications can be used for a variety of plane frame structure.)
- 2012-11-14 17:56:07下载
- 积分:1
-
medfilt2m
2-D median filtering with better boundaries response. A modified version of the MATLAB function medfilt2 that deals better with the boundaries. Unlike medfilt2, the function medfilt2m does not pad the matrix with extra elements on the edges, but computes the median using only elements in the matrix.
- 2009-10-14 01:59:09下载
- 积分:1
-
BPSK
说明: 通过循环谱分析信号的方式达到对各种数字通信信号的调治识别,这是一种很好的方式,具体实现算法有FAM,SSCA,SCOUT等,(Through the cycle of signal spectral analysis approach to achieve the various digital communication signal modulating recognition, this is a good way to achieve a specific algorithm FAM, SSCA, SCOUT, etc.)
- 2008-10-29 13:55:31下载
- 积分: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
-
ukf
针对非线性系统状态估计滤波,有很好的植入性,希望可以帮助到你。(Nonlinear system filtering)
- 2019-07-11 08:59:36下载
- 积分:1
-
LQR
LQR - Linear quadrantic regulator
- 2012-04-19 03:00:44下载
- 积分:1