资源列表
IHS
- HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value) are two alternative representations of the RGB color model, designed in the 1970s by computer graphics researchers to more closely align with the way human vision perceives color-makin
Frequency Filtering
- The reason for doing the filtering in the frequency domain is generally because it is computationally faster to perform two 2D Fourier transforms and a filter multiply than to perform a convolution in the image (spatial) domain. This is particularly
yakebi
- 高斯迭代算法、雅克比算法的MATLAB实现,用于超越方程的根求解运算(MATLAB implementation of Gauss iterative algorithm)
Language
- 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fitting.)
pso-code
- 粒子群算法是一种并行算法。它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。(Particle swarm optimization (PSO) is a parallel algorithm. It seeks the global optimal by following the optimal value of the current search. This algorithm has attra
pec
- 排列熵算法(Permutation Entroy)为度量时间序列复杂性的一种方法。(A method of permutation entropy algorithm (Permutation Entroy) as a measure of the complexity of time series.)
BAM
- bam algorithm simulatin
SAR成像Chirp Scaling算法MATLAB代码
- SAR成像Chirp Scaling算法MATLAB代码,供参考
The Micro-Doppler Effect in Radar 书中代码
- VC Chen 的 The Micro-Doppler Effect in Radar 书中代码,研究微动目标多普勒,供参考学习
Radix3_fft
- 主要实现了输入随机点数数据的基3频域抽取FFT算法(In this paper, we mainly implement the FFT algorithm for the base 3 frequency domain of input random points data.)
linklist
- linklist model in c/C++
机器学习实战
- 机器学习的算法,主要使用python语言,Numpy库,进行算法分析。(Algorithm for machine learning)
