-
Wavelab850
包含多种小波变化,包括正交小波,双正交小波等,还有一些应用(Includes a variety of wavelet transform, including the orthogonal wavelet, biorthogonal wavelet, etc., there are some applications)
- 2010-11-26 17:15:04下载
- 积分:1
-
csa
本代码是针对《合成孔径雷达成像:算法与实现》书后光盘的CSA实现(This code is for " synthetic aperture radar imaging: algorithm and implementation," the book the disc to achieve CSA)
- 2011-05-09 17:32:58下载
- 积分:1
-
New-folder
Semi conductor optical amplifier
- 2015-02-10 16:53:58下载
- 积分:1
-
suanfa
说明: 这是用matlab编的burg算法和lenvinson算法,用来估计信号的功率谱。(This is a series of burg with matlab algorithms and lenvinson algorithm used to estimate the signal power spectrum.)
- 2008-12-03 12:56:09下载
- 积分:1
-
Classification-Toolbox-User-guide
A user guide for classification toolbox using Matlab
- 2012-05-10 14:53:25下载
- 积分:1
-
Matlab-Learning-materials
matlab学习资料,常用函数的使用,适合初学者和常用matlab工作者下载学习。(matlab learning data, the use of commonly used functions, suitable for beginners and commonly used matlab workers to download the study.)
- 2013-04-05 12:45:57下载
- 积分:1
-
XIJIAOdfig
西交硕士毕业论文_双馈风力发电机DFIG,包括模型的搭建方法,仿真结果分析等等.(Xi' an Jiaotong Master' s Thesis _ doubly-fed wind generator DFIG model structures, analysis of simulation results.)
- 2013-04-27 20:26:23下载
- 积分:1
-
Fast--Kurtogram
将信号分为不同频带,计算峭度值,选择峭度值最大的频带解调分析(divide The signal into different frequency bands, calculate kurtosis value, the maximum kurtosis band demodulation)
- 2020-11-26 20:29:31下载
- 积分: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
-
PSOrbf
NeuralNetworkRbf程序,很好很强大。肯定能用。(NeuralNetworkRbf)
- 2010-12-16 14:40:38下载
- 积分:1