资源列表
BER_of_BPSK
- BER of BPSK modulation in Matlab is presented
Fuzzy-Set-Operations
- It is about how to set FUZZY Operation.
BA
- 本人通过用matlab仿真,实现了BA无标度网络,非常实用的程序-I by matlab simulation to achieve a BA scale-free network, a very practical program
realtocomplex
- Extraction of real modes complex modes in the modal analysis associated to dynamics of structures-Extraction of real modes complex modes in the modal analysis associated to dynamics of structures
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
int8x
- interpolation filter
segment_cells
- 使用形态学操作把细胞分割成关注区.图片会经过扩张,侵蚀已填铺细胞空洞-use morphology operation to segment in cell image into region of ROI
MPCgain_reced
- 重要DMC SISO算法。不同于以往算法,设置了mpcgain.m 与 reced.m 两个文件。后者调用前者。方便准确。-Important SISO DMC algorithm. Different the previous algorithm, set the mpcgain.m and reced.m two files. The latter calls the former. Convenient and accurate.
GN
- 高斯牛顿算法 由于求解最小二乘问题的高斯牛顿算法,-Gauss-Newton method
MPGA
- 多种群遗传算法,对遗传算法进行了扩展,对抑制未成熟收敛的大神有显著效果-Multi-population genetic algorithm, the genetic algorithm has been extended to inhibit the premature convergence of the Great God have a significant effect
basicgrey
- 灰色预测的matlab源代码,亲测可用,稍微修改就可以用-grey forecast matlab
find_endnode
- 从二值线状图像中提取线状路径的端点坐标,通过查找8邻域内仅有1个与之相连的点实现-Get the coordinates of the end point of linear path the binary image of the line
