资源列表
four
- 高斯光束的傅里叶变换,基于matlab的仿真-Gaussian beam Fourier transform, matlab simulation
new_specificatten
- 对ITU-R P.838中计算雨衰减率的算法的实线-the function to calculate the rain specfic attenuation in ITU-R P.838
MinPSO
- 粒子群优化算法程序-Particle Swarm Optimization
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
