-
所有本征模态函数求解
使用Labview软件进行经验模态分解得到本征模态函数(A VI used for Empirical Mode Decomposition before Hilbert-Huang transformation.)
- 2019-03-04 16:19:50下载
- 积分:1
-
电机参数测量
说明: 英飞凌的关于三相交流电动机的相关参数的测量教程(This is a course of measuring the related parameters of three-phase AC motor from infineon.)
- 2019-11-01 09:18:21下载
- 积分:1
-
tingdownload-master
从百度上下载音乐的脚本,需要用到python2.x的库。(download music from music.baidu.com)
- 2013-12-05 19:04:01下载
- 积分:1
-
二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的...
二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的-Dichotomy for large integer multiplication, quickly and easily. Good source code, can be used to study, can be directly used for projects of
- 2022-11-24 18:50:03下载
- 积分:1
-
pc25lv010_super-sp750d_204_xxx
super-sp750d_204_pc25lv010
- 2012-03-14 03:09:01下载
- 积分:1
-
PMSG
永磁同步电机Simulink模型,参数自己设置(Permanent magnet synchronous motor Simulink model, the parameters need to set their own)
- 2021-02-03 13:19:59下载
- 积分:1
-
RapidOMP
说明: 字典学习与快速正交匹配追踪。正交匹配追求 (OMP) 在过去十年中已被证明是图像和信号处理领域的重要算法,用于估计字典学习中的稀疏表示。多年来,加快 OMP 算法的精度的努力一直通过通用 OMP (g-OMP) 和快速 OMP (f-OMP) 等变体进行。所有这些算法都递归地求解了"S"样本数中每个信号样本的OMP。该算法,快速 OMP (r-OMP),运行"N"原子的循环,同时估计所有样本,并在自N<<S以来的真实场景中,建议的方法将OMP的速度加快几个数量级。(Orthogonal Matching Pursuit (OMP) has proven itself to be a significant algorithm in image and signal processing domain in the last decade to estimate sparse representations in dictionary learning. Over the years, efforts to speed up the OMP algorithm for the same accuracy has been through variants like generalized OMP (g-OMP) and fast OMP (f-OMP). All of these algorithms solve OMP recursively for each signal sample among 'S' number of samples. This algorithm, rapid OMP (r-OMP), runs the loop for 'N' atoms, simultaneously estimating for all samples, and, in a real scene since N<<S, the proposed approach speeds up OMP by several orders of magnitude.)
- 2020-12-17 11:06:40下载
- 积分:1
-
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
- 2022-02-21 21:56:57下载
- 积分:1
-
PSO算法
粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1
-
C# Winform版窗体折叠菜单
C# Winform版窗体折叠菜单,向右展开的菜单,默认情况下是折叠的,当点击菜单中的最下面一项“展开关闭其它项”的时候,菜单会全部伸展开来,显示出全部的菜单内容,这样做的好处是不容置疑的,也是比较流行的一种菜单方式。
- 2023-08-05 11:50:02下载
- 积分:1