-
BGA
BGA Binary Genetic Algorithm Matlab Code
- 2009-05-07 15:09:06下载
- 积分:1
-
inductionmodels
advanced theory of electrical machines dynamic model of induction machine
- 2010-01-24 01:47:47下载
- 积分:1
-
global-motion
此代码为对全局运动进行估计,运用的全局搜索法。(The code for the global motion estimation, the use of global search method.)
- 2011-11-04 15:35:18下载
- 积分:1
-
Mathematical-Modeling-and-Matlab
数学建模与Matlab参考书——《数学建模与数学实验》——赵静,对数学建模很有帮助(Mathematical Modeling and Matlab reference book- "Mathematical modeling and mathematical experiment" by Zhao Jing,it s very useful in mathematical modeling.)
- 2011-12-27 17:21:52下载
- 积分:1
-
最速下降法
说明: 最速下降法是迭代法的一种,可以用于求解最小二乘问题(线性和非线性都可以)。在求解机器学习算法的模型参数,即无约束优化问题时,梯度下降(Gradient Descent)是最常采用的方法之一,另一种常用的方法是最小二乘法。在求解损失函数的最小值时,可以通过梯度下降法来一步步的迭代求解,得到最小化的损失函数和模型参数值。反过来,如果我们需要求解损失函数的最大值,这时就需要用梯度上升法来迭代了。在机器学习中,基于基本的梯度下降法发展了两种梯度下降方法,分别为随机梯度下降法和批量梯度下降法。(The steepest descent method is a kind of iterative method, which can be used to solve the least squares problem (both linear and nonlinear). In solving the model parameters of machine learning algorithm, that is, unconstrained optimization, gradient descent is one of the most commonly used methods, and the other is the least square method. When solving the minimum value of loss function, the gradient descent method can be used step by step to get the minimum value of loss function and model parameters. Conversely, if we need to solve the maximum value of the loss function, then we need to use the gradient rise method to iterate. In machine learning, two kinds of ladders are developed based on the basic gradient descent method)
- 2019-11-24 13:06:03下载
- 积分:1
-
M-PSK
产生MPSK信号的matlab源代码,其中有4psk和8psk两中(MPSK signals generated matlab source code, which has two in 4psk and 8PSK)
- 2008-05-19 21:40:16下载
- 积分:1
-
ASSINGMENTB_RafalMajorczyk_-Sharp8
Goal of the project was to implement numerical methods for solving systems of nonlinear algebraic equations using MATLAB software. As in previous assignment first of all I need to research for functions, which would be helpful during evaluation of each task, later on I was able to implement and test numerical algorithms for solving given problems. Each student got three different equations to solve, and create another one with use of them for finding its zero place with various methods. Each method, result, comment and conclusion is placed in this report. At the end of the report one can find my MATLAB programs, and all references which were used as a help for me during evaluation.
- 2011-05-11 20:47:37下载
- 积分:1
-
ofdm
in this i have impemented the transmitter used in OFDM,made the GUI and plotted pdf ,papr ,cdf aur ccdf..
- 2010-05-10 03:41:38下载
- 积分:1
-
totalvariation
利用全变差模型对图像实现去噪、去卷积、复原等功能(Total variation model using the image to achieve denoising, deconvolution, and recovery functions)
- 2010-08-18 14:33:35下载
- 积分:1
-
BPSK-viterbi
基于维特比译码算法的BPSK解调方式,survivor_state是一个矩阵,它显示了通过网格的最优路径,这个矩阵通过一个单独的函数metric(x,y)给出,这个算法既能用于硬判决译码也能用于软判决译码。
(BPSK demodulation method based on viterbi decoding algorithm, survivor_state is a matrix, the optimal path of it shows through the grid, the metric matrix through a separate function (x, y), the algorithm can not only used for decoding hard decision can also be used to the soft decision decoding.
)
- 2013-08-07 15:04:11下载
- 积分:1