-
shiyan
在MATLAB环境下四个实验,压缩解压以便日后使用(change picture)
- 2010-05-14 11:12:50下载
- 积分:1
-
ROBOT-CONTROL
DRROBOT I90的基本應用以及智慧型影像錄相機無線移動系統(The basic application DRROBOT I90, and intelligent video recorder wireless mobile systems)
- 2014-10-23 16:25:30下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
GUI_1
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly
)
- 2012-03-30 11:19:19下载
- 积分:1
-
PSO
梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
- 2018-01-29 21:44:10下载
- 积分:1
-
spectrumEstimation
经典功率谱估计,BT法、Welsh法、中值滤波法(matlab BT Welsh)
- 2011-07-16 11:07:06下载
- 积分:1
-
aa
说明: 演化算法的使用分析,从效率上,从收敛速度上都做了仔细的分析(The use of evolutionary algorithms analysis of efficiency, from the convergence rate has done a careful analysis of)
- 2010-03-08 09:43:47下载
- 积分:1
-
AdifferentiallycoherentPNcodeacquisitionreceiverfo
IEEE经典文章,CDMA PN序列差分捕获技术,文章内容详细,对学习和从事直接序列扩频同步捕获CDMA系统设计人员有很大帮助,推荐(New differentially coherent detectors for acquisition of direct sequence spread-spectrum signals are ntroduced. These detectors are alternatives to the noncoherent detectors that have
been considered almost exclusively in the past. The proposed detectors are suitable for commercial code-division multiple-access(CDMA) systems which operate with a relatively large noise fl oor and provide a surprisingly large signal-to-noise ratio (SNR) improvement over the noncoherentdetectors of approximately 5 dB.)
- 2010-08-03 22:20:48下载
- 积分:1
-
EKF_UKF
EKF UKF 滤波算法在MATLAB仿真软件中的仿真,并进行对比(EKF UKF filtering algorithm in MATLAB software simulation, and compared)
- 2013-03-08 22:10:57下载
- 积分:1
-
Achirplet_anad
针对信号自适应chirplet分解未知参数多、实现起来比较困难的特点,文献[1]提出了一种新的chirplet分解快速算法。该算法利用计算信号的二次相位函数,得到其能量分布集中于于信号的调频率曲线上的结论,此时通过谱峰检测可同时获得chirplet调频率、时间中心和幅度的估计;然后通过解线性调频技术获得其初始频率和宽度的估计,仿真结果验证了本文算法的有效性。
(For the signal adaptive the chirplet decomposition of unknown parameters to achieve difficult to literature [1] proposed a new fast algorithm for chirplet decomposition. The algorithm makes use of the secondary phase of the calculated signal function, the conclusion focused on energy distribution curve to tune the frequency of the signal by the peak detection chirplet tune frequency, time center and amplitude estimates then by solving chirp technology to obtain the initial frequency and width is estimated that the simulation results demonstrate the effectiveness of the proposed algorithm.)
- 2012-09-09 21:47:26下载
- 积分:1