-
yiqunsuanfa
蚁群算法的源代码,蚁群算法又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。(Ant colony algorithm source code, algorithm, also known as ant colony algorithm is a method used to find the optimal path in the graph the probability-based algorithm.)
- 2011-07-07 11:37:51下载
- 积分:1
-
Basics-Of-MATLAB-And-Beyond
Basic of MATLAB and beyond
- 2013-10-25 22:16:13下载
- 积分:1
-
magic-cube-in-matlab
用于初学者在matlab中绘制魔方,初学者可以下载学习其中步骤(magic cube in matlab)
- 2013-05-21 03:08:36下载
- 积分:1
-
pso-algorithmn
粒子群优化算法,迭代选择函数最优值,修改不同的目标函数,应用较广(pso search the optima value)
- 2014-01-23 10:37:30下载
- 积分:1
-
WaterMark
matlab实现的数字水印
置换中频分量(water Mark)
- 2009-06-29 18:49:53下载
- 积分:1
-
slm
基于matlab实现语音信号的采集和处理,包括频谱分析,显示实时A声级(Based on matlab realize the voice signal acquisition and processing, including spectral analysis, display real-time A sound level)
- 2013-12-28 11:35:25下载
- 积分:1
-
dll
matlab调用高级语言编写的dll文件的详细方法描述(calling matlab dll file written in high-level detailed methodology description)
- 2010-05-09 15:38:12下载
- 积分:1
-
OFDM rece matlab
接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。
首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。
(The receiving end uses the algorithm and the program flow and the frame structure of the OFDM symbol transmitted by the sending end. Specific frame structure, and timing estimation, frequency offset estimation, residual error tracking algorithm can refer to the documentation. Here to illustrate the process of the program.
First, according to the characteristics of the short training word correlation operation, the signal reaches the detection, when the correlation value is greater than the threshold of a certain number of times, that there is a signal to reach. Then, according to the characteristics of the long training word, the correlation operation is carried out, and the initial position of the OFDM symbol FFT is estimated. The estimated position of the FFT window, first in the time domain for small frequency offset estimation, two long training word for small frequency offset compensation, the FFT operation. According to the result of FFT for integer frequency bias estimation. Af)
- 2020-11-05 00:19:52下载
- 积分:1
-
matlab灰度直方图
matlab的源程序,能够显示出图像的灰度分布的直方图,好像用matlab的人不多阿(Matlab source, can display the image histogram of the distribution of gray, like using Matlab A few people)
- 2005-03-24 10:48:59下载
- 积分:1
-
logintimeout
说明: 这个模型可以在MATLAB中,为数据库的进入,提供时间倒数,以防止过多地试密码,从而提高系统的保密性( TIMEOUT = LOGINTIMEOUT(FIRSTARG,SECONDARG) returns the current
value of time allowed for a connection to a database to be
successful. FIRSTARG, an optional argument, is a string that
specifies the JDBC driver to be used establishing the database
connection. SECONDARG, an optional argument, is an integer that
specifies the length of time the driver will attempt to make a
connection to a database. If FIRSTARG is not specified then the
default JDBC/ODBC bridge is used to establish the connection to
the database. If function is used without arguments then the
current time out value is returned. )
- 2011-04-08 08:59:55下载
- 积分:1