-
MATLAB_classical_numerical_algorithm_design_tutori
MATLAB经典的数值计算算法设计教程MATLAB classical numerical algorithm design tutorial(MATLAB classical numerical algorithm design tutorials MATLAB classical numerical algorithm design tutorial)
- 2010-08-02 13:14:49下载
- 积分:1
-
SpreadSpectrum1
说明: CDMA的信道估计S函数 ,希望对大家有用(CDMA channel estimation of the S function, in the hope that useful)
- 2008-11-25 22:15:47下载
- 积分:1
-
Desktop
对于matlab plot 画图时出现图像纵坐标比较接近时颜色分辨不出来,使图像颜色更丰富。(For matlab plot occurs when the image drawing closer to the vertical axis can not be seen when the color to make the image more colorful.)
- 2013-08-27 15:31:31下载
- 积分:1
-
matlab-tutorial
matlab学习教程,详细介绍matlab相关知识,提供给需要学习了解matlab的朋友,熟练掌握matlab作为仿真工具的使用!(matlab tutorials, detailed knowledge of matlab, matlab available to those who need to learn about a friend, as a simulation tool to master the use of matlab!)
- 2013-05-28 21:32:50下载
- 积分:1
-
[MATLAB R2016a 通信系统仿真][程序源代码]
matlab 通信学习书籍相关的代码下载(Code download related to matlab Communication Learning Book)
- 2020-06-20 08:20:02下载
- 积分:1
-
matlab编写的串口调试助手,matlab6.5下运行
matlab编写的串口调试助手,matlab6.5下运行-write matlab serial debugging assistant, matlab6.5 run
- 2022-03-18 05:06:29下载
- 积分:1
-
一个好使的基于OFDM的认知无线电系统资源分配MATLAB编程
有循环检测,周期性检测,考虑雨衰 阴影 和多径影响,可以提取一幅图中想要的目标,课程设计时编写的matlab程序代码,包括轨道机动仿真、初轨计算,包括最小二乘法、SVM、神经网络、1_k近邻法。
- 2023-04-13 21:10:03下载
- 积分:1
-
compressed-sensing
Compressed sensing based technique to phase unwrapping and filtering
- 2015-02-06 18:20:37下载
- 积分:1
-
萤火虫算法
说明: 本文件夹中包含萤火虫算法;可以用于都不同的算法进行优化,实测可以进行优化和应用。另外,这种算法都是最近几年比较新的算法,可以用于发文章。(This folder contains the firefly algorithm; it can be used for optimization of different algorithms, and the actual measurement can be optimized and applied. In addition, this algorithm is relatively new in recent years, and can be used to publish articles.)
- 2020-11-02 21:09:53下载
- 积分:1
-
穆勒的算法
穆勒的算法 2.8
To find a solution to f(x) = 0 given three approximations x0, x1
and x2:
INPUT: x0,x1,x2; tolerance TOL; maximum number of iterations NO.
OUTPUT: approximate solution p or message of failure.
这种实现允许切换到复杂的算法。
系数都存储在向量 A,所以该维度
A 可能产生的将被改变。
- 2022-07-15 01:10:41下载
- 积分:1