-
小波包进行信号的去噪处理
此程序是关于小波变换用于故障信号分析和处理的程序,特别适合去噪和第一类间断点的检测,适合机械波研究者参考(this procedure is used on the wavelet transform fault signal analysis and processing procedures, particularly suitable for de-noising and continuity of the first category of detection, for the reference of researchers mechanical wave)
- 2005-04-25 19:30:03下载
- 积分:1
-
feizuixiaoerchen
最优化计算一书中非最小二乘优化问题源代码,已通过测试,可直接运行!(Optimize the calculation of a book of non-least squares optimization problem source code has been tested and can be run directly!)
- 2012-05-08 15:40:41下载
- 积分:1
-
33system
33节点的配电网重构程序,基于粒子群算法。相当快速。但是需要再修改源码才可以重新生成数据。(33 node distribution network reconfiguration procedures, based on particle swarm optimization. Pretty fast. But the need to modify the source code before they can re-generate the data.)
- 2020-06-30 22:00:02下载
- 积分:1
-
fca22
流体粒子仿真工具,读取FCS 2.0 或3.0格式的文件,进行流体仿真。(This Matlab GUI enables you to perform evaluation on FCS format data files measured by flow cytometry. The following features are included (version 2.2):
reading FCS 2.0 and FCS 3.0 list mode (LM) file format. The user can multiselect more LM files in the "Open LM File" dialog box defining a set of LM files to be evaluate.)
- 2009-09-24 21:37:39下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
shuxingfenxing
matlab模拟的树形分形图,可方便快捷的理解分形理论,学习数学迭代关系(matlab)
- 2009-03-07 14:02:50下载
- 积分:1
-
Channel
多径信道误码率计算,有相位和幅度的图像显示。(Multi-path channel bit error rate calculation, has phase and amplitude of the image display.)
- 2008-06-03 02:19:44下载
- 积分:1
-
esprit
用esprit方法估计功率谱,并估计信号频率和峰值(To esprit methods estimate the power spectrum, and estimate the signal frequency and peak)
- 2012-05-24 20:43:13下载
- 积分:1
-
mapLSB
说明: 基于BMP图像格式调色板排序的的信息隐藏算法(Palette based image format BMP sort of information hiding algorithm)
- 2010-04-05 10:39:38下载
- 积分:1
-
mapminmax
说明: matlab的mapminmax函数(投影映射),在使用libsvm中没有它总是报错~~(The mapminmax matlab function (projection map), in the use of libsvm not it always error ~ ~)
- 2011-04-18 18:30:21下载
- 积分:1