搜索资源列表
zp_MP
- 用matlab实现MP算法进行信号重构,有详细的注释-MP algorithm using matlab to achieve signal reconstruction, detailed notes
matchingpursuit
- matching pursuit 算法,matlab实现,信号稀疏分解方式的一种,适合与信号在超完备的原子库中稀疏分解。matchingpursuit.m-A matching pursuit algorithm. It fits data from a set of dictionary elements by orthogonally projecting the data onto elements of the dictionary of vectors such that t
gmp-5.0.1.tar
- GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practic
Harmonicinterferencesuppression
- 针对混沌参数调制( C P M) 的电力线通信( P L C) 中谐波引起的窄带干扰, 两阶段动态估计方法根据最小 相空间体积( MP S V) 准则估计模型参数, 计算量大。为此, 提出将未知参数合并到增广状态矩阵的联合卡尔曼滤 波方法, 避免了专门的参数估计过程, 在提高增益性能的同时有效降低了计算量。方法的性能通过对混沌电力 线通信下的单音干扰和多音干扰的有效抑制得到了验证。-For the chaotic parameter modulation (CPM) of th
Hybrid_Program_to_Find_Prime_Numbers
- Hybrid program using mpi and Open Mp to find primes from a list of numbers
MPalgorithm
- 采用鱼群MP算法来对单信源AFSA波达方向估计,可以得到很好的结果-Adopt shoals MP algorithm to single source AFSA doa estimates, you can get a good result
mp
- 介绍了原子库形成及如何采用MP算法分解信号,如何用原子构造原始信号。-Describes the formation of atoms and how the library decomposition of the signal using MP algorithm, how to construct the original signal by atomic.
lala
- 用遗传算法求解最短路径问题求解的遗传算法的参数设定如下: 种群大小:M = 50 最大代数:G = 1000 交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。 变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parameter settings are as follows: p
LFM1_mp_1
- 实现宽带线性调频信号LFM的MP算法的分解,DOA测向-The MP algorithm to achieve wideband linear FM signal LFM decomposition DOA finding
mp
- /*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a twenty-two, if less than the ex
gs
- MP算法处理压缩图像解决实际需要如果很好就咱我-MP algorithm processing compressed image to solve practical needs
MP-master
- 利用匹配追踪实现时频分析中WVD干扰项的消除 提供技术和程序的解释-The matched track to achieve the elimination of time-frequency analysis of interference terms in WVD Provide technical and procedural explanation
gmp61
- GMP6.1是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no prac
MP
- 此程序为稀疏分解匹配追踪的算法,应用于轴承信号故障处理中-This program is a sparse decomposition matching pursuit algorithm, applied to the bearing signal fault processing
MatrixPencil
- 用Matlab实现三种MatrixPencil算法,分别为MP、BMP、UMP来估计声源信号的角度和时间。-Using Matlab achieve three Matrix Pencil algorithm, respectively, MP, BMP, UMP and time to estimate the angle of the sound source signal.
mp
- 光伏发电系统MPPT算法,采用的是扰动观察法,做到跟踪最大功率的目的-MPPT algorithm of photovoltaic power generation system, using the disturbance observation method, to achieve the purpose of tracking the maximum power
MP
- 放大器MP数学模型,并用LS算法求得各项的系数-Amplifier MP mathematical model, and use LS algorithm to obtain the coefficients
DeepLearningDropout-master
- dropout和深度学习算法的结合使用,有详细的使用说明和数据集(Three types of layers: - C: convolutional layer (matrix map) - MP: max-pooling layer (matrix map) - F: fully connected layer (vector map) - O: output layer Convolutional Layers: - Scale: scale (size of p
sreenivas2009-icassp
- Compressive sensing (CS) has been proposed for signals with sparsity in a linear transform domain. We explore a signal dependent unknown linear transform, namely the impulse response matrix operating on a sparse excitation, as in the linear model of
Adaptive MPC
- 一个很有参考性的案例,是和自动驾驶相关的MP控制; 说明如何实时更新模型预测控制中的 预测模型的参数, 实现自适应控制。(A very useful case is MP control related to automatic driving. Explains how to update the parameters of predictive models in model predictive control in real time. Adaptive control is reali