-
genetic-algorithm-based-on-matlab
genetic algorithm based on matlab,The Genetic Algorithm (GA) is a good method to solve
optimization problems. Genetic algorithms are search and
optimization methods based on natural evolution. They
consist of a population of bit strings transformed by three
genetic operators: selection, crossover and mutation
- 2012-03-23 10:15:47下载
- 积分:1
-
DPD_example
預失真是一種用於改善無線電發射機放大器線性度的技術。大多數電信系統中的無線電發射機放大器需要是“線性的”,因為它們必須準確地再現其輸入端存在的信號。 壓縮其輸入或具有非線性輸入/輸出關係的放大器導致輸出信號濺到相鄰的射頻上。 這會對其他無線電信道造成乾擾。(Predistortion is a technique used to improve the linearity of radio transmitter amplifiers. Radio transmitter amplifiers in most telecommunications systems are required to be "linear", in that they must accurately reproduce the signal present at their input. An amplifier that compresses its input or has a non-linear input/output relationship causes the output signal to splatter onto adjacent radio frequencies. This causes interference on other radio channels.)
- 2019-02-21 23:04:45下载
- 积分:1
-
Genetic-Algorithms
本文件为遗传算法开发代码,并给出开发代码,共大家参考使用(This document is a genetic algorithm development code, and given the development of the code, the use of common reference)
- 2014-09-29 15:40:56下载
- 积分:1
-
Mitigate-the-Intrinsic-Interference-Application-t
A Novel Filter-Bank Multicarrier Scheme to Mitigate the Intrinsic Interference-Application to MIMO Systems
- 2012-05-24 20:53:07下载
- 积分:1
-
zhuying
<精通MATLAB>根据这本书写的相应的运筹学里的源代码,都是最基本的算法,没有进行改进(<Proficient in MATLAB> According to this writing tacticians in the corresponding source code, are the most basic algorithm, no improvements)
- 2013-09-01 09:57:58下载
- 积分:1
-
grad_descent
matlab code for Simplified Gradient Descent Optimization
- 2015-02-07 13:23:08下载
- 积分:1
-
cyclic_AR
信号处理,振动方面的,很有用,绝不后悔,帮助很大(Signal processing, vibration issues, useful, never regret, very helpful)
- 2014-02-13 11:46:42下载
- 积分:1
-
Matlab_VC
By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages of several common interfaces are studied,and the most functions provided by Matlab engine is proved to be comprehensive. An example showing the combination of Matlab and VC in image and data processing is proposed
- 2010-08-04 05:31:37下载
- 积分:1
-
NSGA-II
Algorithme génétique NSGA-II
- 2010-02-07 21:23:09下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1