-
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 the energy in each projection is
maximized. In constrast to G-S, the residual is orthogonalized, not
the basis vectors)
- 2021-03-08 09:59:28下载
- 积分:1
-
step
预测控制仿真程序,方法为广义预测,对象基于传递函数(Predictive control simulation program, the method is generalized to predict, based on the transfer function of the object)
- 2014-11-17 20:37:21下载
- 积分:1
-
2-9-2009
its program for busout, linefow
- 2009-12-28 15:32:16下载
- 积分:1
-
Matlab--Simulink--and-a-Communications-Example
Matlab, Simulink, and a Communications Example
- 2014-10-27 19:24:10下载
- 积分:1
-
New-Microsoft-Word-Document
project report about DTMF method using goertzel algorithm. Also, it analysis the difference between Goertzel and FFT
- 2013-03-05 10:15:33下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
Graphene
MATLAB编程可计算吸收率电导率等公式,对石墨烯计算和拟合分析很有帮助(The fitting of computable absorptivity in MATLAB programming)
- 2020-11-04 15:39:54下载
- 积分:1
-
script_16qam_gray_mapping_bit_error_rate
16QAM的误码率性能分析的matlab仿真
(These code are some matlab codes for BPSK modulator and demodulator in fading channels for wireless communications
)
- 2010-11-29 15:44:38下载
- 积分:1
-
wavelet
说明: 分为三个函数,第一个函数的功能是用于读取ecg信号,找到小波变换模极大序列;第二个函数是子程序,用于多分辨率分解,使用 A trous 算法在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度;第三个函数是函数子程序,用于多分辨率分析中的重建。(Divided into three functions, the function of the first function is used to read the ecg signal, find the wavelet transform modulus maxima sequence second function is a subroutine for use in multi-resolution decomposition, the decomposition algorithm using A' trous process, and gives details of all levels and profiles, they are the original data have the same length third function is a function subprogram, for multi-resolution analysis of the reconstruction.)
- 2011-04-14 17:01:51下载
- 积分:1
-
matlab
杨氏双缝干涉,圆孔衍射,单缝衍射,光栅衍射的MATLAB实现代码(Young' s double-slit interference, circular aperture diffraction, single slit diffraction grating diffraction MATLAB code)
- 2013-04-26 14:12:40下载
- 积分:1