-
AnalysisBasedonWindowed
一篇很好的电力系统间谐波的外文论文。k可以供大家参考(good artical)
- 2010-09-14 23:01:49下载
- 积分:1
-
windspeedsvm1
说明: 利用matlab svm对风速进行预测,自己写的 希望大家交流交流(svm windspeed)
- 2011-03-01 21:35:16下载
- 积分:1
-
duixiao
本自适应算法,采用RLS算法实现自适应噪声对消。使得语音增强(The adaptive algorithm, RLS algorithm using adaptive noise cancellation. Making the speech enhancement)
- 2011-10-04 12:43:01下载
- 积分:1
-
context-aware-saliency-detection
这是论文“Context-Aware Saliency Detection”的matlab代码,已执行通过。(This is the code of the paper“Context-Aware Saliency Detection”,and it has been run successfully.)
- 2014-10-28 10:50:11下载
- 积分:1
-
third_order
design induction motor with quickfield for rotor and stator describe.my programme it s used for
- 2014-12-21 17:29:31下载
- 积分:1
-
matlabsample
主要有高斯处理,通过MATLAB处理文件(Are Gaussian processing, processing of documents through the MATLAB)
- 2010-11-13 09:20:00下载
- 积分:1
-
SpeechMain
speech code in gsm signals
- 2015-02-13 05:57:19下载
- 积分:1
-
disanzhang
matlab课件很有用的,对matlab学习很有帮助,希望采纳谢谢(it s very useful)
- 2014-01-24 11:00:42下载
- 积分: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
-
tfa
自适应最优核时频分析程序及相关软件,可用于相关的时频分析(Adaptive Optimal Kernel Time-frequency analysis procedures and related software for the relevant time-frequency analysis)
- 2020-07-04 04:00:01下载
- 积分:1