-
matlabjiangyi
matlab讲义 下载压缩后可看 共分五章ppt 相当详细(matlab lecture Download compressed to see very detailed divided into five chapters ppt)
- 2010-05-26 23:05:44下载
- 积分:1
-
lorenz
Lorenz吸引子相空间轨迹相图,包括子程序和主程序,r=28时的暂态混沌状态(Lorenz attractor phase space trajectory phase diagram, including subroutines and the main program, r = 28 when the transient state of chaos)
- 2015-11-23 19:52:44下载
- 积分:1
-
chaos
混沌时间序列分析版,里面包括了很多的代码,有lyapunov,CC,GP等等计算混沌的算法(Chaos time series analysis, including a lot of code, and CC, GP, lyapunov calculation of chaos)
- 2010-08-27 15:11:10下载
- 积分:1
-
hmmbox_3_2
Hidden Markov Model (HMM) Toolbox written by Kevin Murphy
A problem of fundamental interest is characterizing such real-world signals in terms of signal models. HMM is referred to as Markov sources or probabilistic functions of Markov chains in the communications literature.
- 2009-12-07 05:17:57下载
- 积分:1
-
pd
说明: 本程序为带有偏微分的PID控制程序,很好的解决了传统PID控制的不足。(This program is the PID control with partial program, a good solution to the shortage of traditional PID control.)
- 2010-05-24 14:35:12下载
- 积分:1
-
radersystem4
provide an overview of the radar probability of detection calculations and related topics.(provide an overview of the radar probabili ty of detection calculations and related topic s.)
- 2006-11-22 11:43:14下载
- 积分:1
-
信道编码
汉明码和crc校验码等信道编码的详细MATLAB代码(Hamming code, such as channel coding detailed MATLAB code)
- 2021-02-04 16:09:57下载
- 积分:1
-
新建文件夹
该程序可以实现对于信号的时域参数提取以及信号的包络分析(The program can realize time domain parameter extraction of signals and envelope analysis of signals)
- 2019-01-23 17:10:01下载
- 积分:1
-
污垢处理界面含matlab程序节点
说明: 神经网络处理污垢数据的matlab程序的lavbview实现(The interface of fouling thermal resistance LabVIEW)
- 2019-05-11 23:46:35下载
- 积分: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