资源列表
Wind_turbine
- 基于PMSG 的风力电机实例,已调试,可直接使用。(The wind turbine based on PMSG system.)
CICFilter
- 一个CIC滤波器的源代码,基于verilog HDL语言(The source code of a CIC filter is based on Verilog HDL language.)
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
快速傅里叶变换 c
- FFT的基本思想是把原始的N点序列,依次分解成一系列的短序列。充分利用DFT计算式中指数因子 所具有的对称性质和周期性质,进而求出这些短序列相应的DFT并进行适当组合,达到删除重复计算,减少乘法运算和简化结构的目的(Fast Fourier Transform)
粒子群算法 matlab
- 一种基于迭代的优化算法,系统初始化为一组随机解,通过迭代搜寻最优值,粒子在解空间追随最优的粒子进行搜索(Particle swarm optimization)
PF_QTHD_33_gut
- 实现33节点前推回代法,可实现弱环网计算。(The 33 node forward and backward substitution method is realized, and the calculation of weak ring network can be realized.)
均值背景学习法
- 均值背景学习法的MATLAB实现,设定学习因子a进行循环迭代,完成背景建模,a为新图像对原图像的影响(MATLAB implementation of mean background learning method)
Recognition
- 将数量较少的故障样本分为训练集和测试集,实现故障的分类和识别(A small number of fault samples are divided into training set and test set to realize fault classification and recognition.)
fcz
- 基于matlab解多元非齐次线性方程组,最终得出方程组的解(Solution of multivariate nonhomogeneous linear equations)
%E7%94%A8%E7%94%B5%E6%A3%80%E6%B5%8B
- 实现神经网络分类,适用于非侵入式电荷分解(Realization of neural network classification)
cat_vs_dog
- 利用神经网络模型Resnet模型对猫和狗进行识别(Recognition of cats and dogs by using neural network Resnet model.)
dataminingguide
- 面向程序员的数据挖掘,浅显易懂,代码都可以运行(Programmer oriented data mining is easy to understand, and code can run.)