-
MATLABmusic1
Matlab程序代码 音乐代码 1 《卡农》(MATLAB music code1)
- 2012-08-11 15:49:31下载
- 积分:1
-
GHDP
对应书籍为《复杂非线性系统自适应动态优化》课本第六章例子的程序,讲述单网络的自适应动态优化(Corresponding books as " complex adaptive dynamic optimization of nonlinear systems" textbook example of Chapter VI of the program, about a single network adaptive dynamic optimization)
- 2020-09-23 18:07:51下载
- 积分:1
-
Artificial-noise
基于人工噪声的协同通信系统安全性研究,计算系统的误码率(Cooperative communication system based on artificial noise safety studies, computing system ber)
- 2021-03-12 15:09:25下载
- 积分:1
-
matlab-excelatable
实现matlab中GUI excel与table控件的交互,内含包括uitable用法(Matlab interact with the GUI excel table controls, embedded usage including uitable)
- 2014-01-16 11:25:37下载
- 积分:1
-
adaptivefilter
利用matlab实现自适应滤波,内还包含卡尔曼滤波的小案例,仅供参考(Using matlab to achieve adaptive filtering, Kalman filtering is also included a small case for reference purposes only)
- 2014-11-30 16:23:21下载
- 积分:1
-
BP预测
利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得,实现pca bp和svm压缩图像,matlab语言(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, and it is very worthwhile to study the data and graphics written independently, realizing PCA BP and SVM compressed images, MATLAB language)
- 2020-06-19 18:40:02下载
- 积分: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
-
matlabenginetest
VC++和MATLAB引擎混合编程,实现正弦曲线的绘制(VC++ and MATLAB programming hybrid engine, the realization of the mapping sinusoid)
- 2009-04-30 16:36:06下载
- 积分:1
-
Springer.Verlag.Freund.Poeschel.(2002).Stochastic
这是一本描述随机过程在物理和生物系统中应用方面的书籍(Freund, J. A. et al.(eds)- stochastic processes in physics, chemistry, and biology- springer, 2000Springer.Verlag.Freund.Poeschel.(2002).Stochastic.Processes.in.Physics.Chemistry.and.Biology)
- 2009-06-10 18:56:35下载
- 积分:1
-
music
基于music算法在频域区分叠加在一起的两个信号,甚至更多信号。(Distinguish the superposition of two signals together, and even more signal in the frequency domain based on the music algorithm.)
- 2012-07-19 21:37:52下载
- 积分:1