-
f12_1
小波包在信号时频分析中的应用,计算得而他信号小波变换的时频面(Wavelet packet time-frequency signal analysis, he calculated wavelet transform time-frequency plane)
- 2010-12-20 18:53:28下载
- 积分:1
-
MP3-watermarking
说明: :针对MP3 编码方式和帧结构进行分析,利用帧中的比例因子提出了一种压缩域水印算法。算法通过引入帧变化分析步
骤,很好地实现了水印的自适应嵌入。对于不同的系统要求,还可以通过修改门限信噪比的值SNRlim按需进行水印嵌入,使算法
具有更大灵活性。同时在牺牲一定的嵌入空间前提下,实现了水印信息的自同步。实验表明,对于不同风格的音乐,该水印算法
具有很好的不可听性。(In this paper,the encoding method and the frame structure of MP3 are expounded in detail,a watermark algorithm
is proposed based on the scale factor in MP3 frame.By introducing the step of frame altering analysis,the algorithm
can realize that watermarks is embedded adaptively.By modifying threshold SNRlim(the ratio of signal to noise),the algorithm
can meet different requirements of some system,that is what enable the algorithm to have a bigger flexibility.Based on expense
of some embedding positions,the watermark can be embedded with self-synchronization.The experiment results show
this algorithm can get a good audio effect with various types of audio.)
- 2011-02-24 11:50:25下载
- 积分:1
-
powerallocation
MIMO系统中发射天线功率分配算法,包括注水功率分配算法(power allocation algorithm for mimo system including water-filling algorithm)
- 2014-04-23 20:45:10下载
- 积分:1
-
MOPSO多目标粒子群优化算法MATLAB实现
说明: MOPSO多目标粒子群优化算法MATLAB实现(可直接运行)(MOPSO multi-objective particle swarm optimization algorithm MATLAB (can be directly run))
- 2020-04-25 15:51:15下载
- 积分:1
-
MappedTensor
Manages very large tensors of arbitrary dimensions as mapped files on disk.
(This class transparently maps large tensors of arbitrary dimensions to temporary files on disk. Referencing is identical to a standard matlab tensor, so a MappedTensor can be passed into functions without requiring that the function be written specifically to use MappedTensors. This is opposed to memmapfile objects, which cannot be used in such a way.
MappedTensor also offers support for basic operations such as permute, without requiring space for the tensor to be allocated.
An existing binary file can also be mapped, similarly to memmapfile. However, memmapfile offers more flexibility in terms of file format.
)
- 2010-12-14 15:17:16下载
- 积分:1
-
LMS
LMS自适应算法
自适应横向滤波器两个权值,输入随机信号r(n)的样本间相互独立,且它的平均功率为Pr =E[r2(n)]=0.01,信号周期为N=16个样点。求最佳权向量解ω0和收敛因子μ的取值范围,并分别汇出ω(0)=[0 0]T,μ=0.1及ω(0)=[4 -10]T,μ=0.05时,两种情况下的权值变化轨迹和第一种情况下误差e(n)与迭代次数n的关系曲线。(LMS adaptive algorithm
The right value of the change trajectory)
- 2012-05-06 12:26:41下载
- 积分:1
-
beibao
这是背包问题的程序,用matlab实现,背包问题是NP完全问题(This is the knapsack problem program, using matlab , knapsack problem is a a NP-complete problem)
- 2013-10-11 16:52:55下载
- 积分:1
-
CBEA_B1
基于云模型雾化算法的实现。该程序实现了雾化算法在全局范围内的最优搜索(二维,十维,三十维)。(Aerosol cloud model based algorithm. The process of atomization Algorithm for the Global Optimum Search in the context of (two-dimensional, 10 dimensional, 30 dimensional).)
- 2010-07-30 12:04:44下载
- 积分:1
-
linear-function
介绍matlab线性函数的应用,并包含许多经典的例子(Introduced a linear function of matlab)
- 2009-05-26 09:28:03下载
- 积分:1
-
fe_sdofID_2
Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof - the number of system dofs after constraints applied
sid - ID matrix of system dof formatted as nnode*ndof
discons - matrix record the node of displacement constrain
ndof - number of dofs per node
nnode - number of nodes in system(Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof- the number of system dofs after constraints applied
sid- ID matrix of system dof formatted as nnode*ndof
discons- matrix record the node of displacement constrain
ndof- number of dofs per node
nnode- number of nodes in system)
- 2011-06-21 10:05:03下载
- 积分:1