-
Logistic
说明: 混沌随机序列的MATLAB产生源程序,混沌随机序列的MATLAB产生源程序(MATLAB generated chaotic random sequence source, chaotic random sequence generated source MATLAB)
- 2010-05-03 15:57:09下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
The-data-for-processing
这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab
)
- 2013-07-16 09:32:36下载
- 积分:1
-
Matlab
:MATLAB 是目前在国际上被广泛接受和使用的科学与工程计算软件。虽
然 Cleve Moler教授开发它的初衷是为了更简单、更快捷地解决矩阵运算,但 MATLAB 现
在的发展已经使其成为一种集数值运算、符号运算、数据可视化、图形界面设计、程序设
计、仿真等多种功能于一体的集成软件。 (MATLAB is now widely accepted and used in the international science and engineering calculation software. Although
However, Professor Cleve Moler its original intention was to develop a simpler, more efficient solution to the matrix operation, but now MATLAB
Has been making in the development of a set of numerical computation, symbolic computation, data visualization, graphical interface design, program design
Meter, simulation and other functions in one integrated software)
- 2014-12-14 18:28:48下载
- 积分:1
-
gm
说明: GMSK mod and Demod using Simulink
- 2015-03-16 17:37:26下载
- 积分:1
-
leitor de ecg
ECG是一个阅读器,它识别峰值点和平均QRS波群,并使用标准差估计平均舒适区方法。
- 2023-06-04 05:40:03下载
- 积分:1
-
classical-algorithm-matlab-program
说明: matlab经典算法的程序,包含了几乎所有matlab的经典算法,很值得推荐的(classical algorithm matlab program, matlab contains almost all the classical algorithm, it is highly recommended)
- 2011-02-22 10:09:35下载
- 积分:1
-
SLM_Proposed_test
OFDM以SLM方法結合CES降低PAPR(OFDM PAPR reduction SLM method combined with CES)
- 2012-06-10 19:50:43下载
- 积分:1
-
CRC16Test
CRC16 Algorithms and Test Example
- 2014-08-21 09:40:05下载
- 积分:1
-
hilbert
希尔伯特黄变换(HHT)变换,在众多领域都有应用,适合初学者学习(Hilbert Huang Transform (HHT) transformation has applications in many fields, suitable for beginners to learn)
- 2013-08-18 10:06:27下载
- 积分:1