-
MatlabGUI
matlab界面设计的中文资料,对初学者有用(matlab interface design of the Chinese data, useful for beginners)
- 2010-11-11 13:13:51下载
- 积分:1
-
Conv_en--Decoder
encoderr/decoder computation algortithm. user may vary the code
- 2015-04-17 09:03:12下载
- 积分:1
-
financial-stochastic-analysis
金融随机分析第二册-连续时间模型(中文版-Shreve)(Second volume of financial stochastic analysis- continuous time model (Chinese version- Shreve))
- 2014-10-11 15:11:28下载
- 积分:1
-
FSA
人工鱼群算法供初学者下载学习,有错误的地方尽情修正(Download artificial fish school algorithm for beginners to learn, there are amendments to the wrong place enjoy)
- 2011-11-05 14:32:11下载
- 积分:1
-
PV_modle
光伏发电模型,用matlab/simulink建立的光伏电池模型(Photovoltaic power generation model, the model of photovoltaic cells with matlab/simulink established)
- 2021-04-01 16:49:10下载
- 积分:1
-
target_tracking
该文件涵盖了目标跟踪领域的众多算法,如EKF,UKF,PF,IMM等,所以掌握了这个你将顺利实现多种功能。(This document covers a target tracking algorithm of many areas, such as EKF, UKF, PF, IMM etc, so master this you will achieve the smooth functions.
)
- 2012-04-22 18:46:32下载
- 积分:1
-
Matlab_Engine_Test
简单演示了VC-Matlab混合编程的一种方法。(Simple demonstration of the VC-Matlab mixed programming methods.)
- 2010-06-22 13:53:36下载
- 积分:1
-
pso
本程序是用粒子群算法优化神经网络算法的MATLAB源程序(This MATLAB procedure is to use particle swarm algorithm to optimize neural network algorithm )
- 2015-03-09 20:50:02下载
- 积分:1
-
SignalProcess
C 程序
球面方位角算法: azimuth.cpp
CRC校验快速算法: CRC_Table.cpp
解扰码算法: scrambler.cpp
Matlab 程序
信号带宽测量: BandWith.m
带通信号下变频: fqmv.m
QPSK 解调 demodQpsk.m
pwelch求功率谱的算法 psdwh.m
均值滤波算法 cvmn.m
信号正交分解: Cnv2Bas.m(C procedures spherical azimuth algorithm: azimuth.cppCRC Fast Algorithm checksum: CRC_Table.cpp Descrambling code algorithm: scrambler.cpp Matlab signal bandwidth measurement procedures: BandWith.m bandpass signal down-conversion: fqmv.mQPSK demodulator for demodQpsk.mpwelch power spectrum algorithm psdwh.m mean signal filtering algorithm cvmn.m orthogonal decomposition: Cnv2Bas.m)
- 2008-06-28 23:19:41下载
- 积分:1
-
FractalDim
说明: 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序
function D=FractalDim(y,cellmax)
%求输入一维信号的计盒分形维数
%y是一维信号
%cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数
%D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)),
(box dimension MATLAB program. % Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension of Matlab procedures function FractalDim D = (y, cellmax)% for the importation of one-dimensional signal box fractal dimension% y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the% D y is the box dimension (Dgt under normal circumstances; = 1), D = lim (log (N (e))/log (k/e)) ,)
- 2020-12-22 19:59:07下载
- 积分:1