搜索资源列表
irrdf
- 通信系统中基于MATLAB的关于非线性滤波器的仿真程序-MATLAB-based communication system on the non-linear filter simulation program
yalmip
- matlab用于求解规划问题的工具包 推荐把这个工具整合到matlab中去,这个工具是私人的,不过大家都可以免费下载使用。下载后,只要在matlab中添加路径就可以使用这工具箱。 正在吸引我的是,这个工具箱建立了一种新的数据类型,使所有规划问题都整合在一起。 举例如下: 已知非线性整数规划为: Max z=x1^2+x2^2+3*x3^2+4*x4^2+2*x5^2-8*x1-2*x2-3*x3-x4-2*x5 s.t. 0<=xi<
Sat
- 利用Matlab进行卫星伪距定位,根据测量方式的不同,GPS定位的方法也不同,假令在无误差的情况下进行定位,即可利用Matlab将定位问题转化为非线性方程组问题。-Matlab, satellite pseudo-range position, according to the different measurement methods, GPS positioning methods are different, Jialing no error in the case of position
MIMO_OFDM-system
- 分析了MIMO-OFDM系统,线性均衡及非线性均衡的方法,列出了具体的算法,并通过matlab仿真进行了验证-Analysis of MIMO-OFDM systems, linear and nonlinear equilibrium balanced approach, listing the specific algorithm, and matlab simulation were verified by
feixianxingguihua
- 基于matlab的非线性规划设计,简单易懂,适合初学者-Matlab-based nonlinear programming, design, easy to understand for beginners
matlab代码
- LM 算法最小二乘法的概念,最小二乘法要关心的是对应的cost function是线性还是非线性函数,不同的方法计算效率如何,要不要求逆,矩阵的维数。(The concept of the least square method of the lm algorithm, the least square method should be concerned whether the corresponding cost function is a linear or nonlinear funct
package_emd
- 经验模态分解(Empirical Mode Decomposition,EMD)法是黄锷(N. E. Huang)在美国国家宇航局与其他人于1998年创造性地提出的一种新型自适应信号时频处理方法,特别适用于非线性非平稳信号的分析处理。对经过EMD处理的信号再进行希尔伯特变换,就组成了大名鼎鼎的“希尔伯特—黄变换”(HHT)。由于脑电信号处理很少在EMD之后接上希尔伯特变换,在这里仅介绍EMD的相关基础知识。 EMD其实就是一种对信号进行分解的方法,与傅里叶变换、小波变换的核心思想一致,大家