-
mathematical-modeling
说明: 有关数学建模的源码和教程,对于初学者很有用(The mathematical source code and tutorials, useful for beginners)
- 2011-02-27 10:20:17下载
- 积分:1
-
convexprog.tar
this is matlab code that perform convex optimization for several objective function types
- 2013-10-07 22:20:47下载
- 积分:1
-
matlab---dpsk
利用matlab编制的dpsk二进制数字基波的调制与解调的程序(bdpsk digital )
- 2011-04-27 22:18:31下载
- 积分:1
-
FD_SAEC
多通道语音回声消除的频率空间算法,空间传递函数自己模拟(Multi-channel echo cancellation frequency domain algorithm)
- 2013-04-06 01:12:10下载
- 积分:1
-
LCESPRITMONO
低复杂度的基于ESPRIT算法的单基地MIMO雷达测向算法,matlab(low complication ESPRIT algorithm for monostatic mimo radar)
- 2020-11-14 10:49:42下载
- 积分:1
-
m_map1.4
matlab上广泛流行的绘制地图和流线图的m_map插件工具箱。加入该插件可以让matlab直接进行绘制地图(The code for map contouring in the matlab)
- 2017-11-04 15:45:11下载
- 积分:1
-
7MMSE_Receiver_for_DS-SS_in_AWGN_Channel
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2011-04-23 07:58:18下载
- 积分:1
-
makingJacobian
making jacobian matrix in matlab
- 2011-06-11 15:13:22下载
- 积分:1
-
OFDM
本文件描述了OFDM的频谱示意图,并给出了单载波和多载波情况下的频谱比较,以及源码(OFDM spectrum schematic)
- 2015-01-21 14:34:51下载
- 积分:1
-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1