-
matlab_sound
matlab数字音频处理,适合初学者开发使用,具有实际应用的例子,非常具有参考价值。(Matlab digital audio processing, suitable for beginners to use, with practical examples, very useful.)
- 2014-08-06 20:02:32下载
- 积分:1
-
Astar
Astar算法MATLAB实现。最短路径检索。(Astar algorithm MATLAB. The shortest route search.)
- 2013-12-24 14:14:04下载
- 积分:1
-
danbailqrControl
倒立摆建模和LQR控制 使用matlab编制 有仿真后的曲线说明(LQR control)
- 2009-11-22 12:37:11下载
- 积分:1
-
gulong0
苍穹神剑.txt为古龙的处女作。虽是第一部作品,但思路开阔,天马行空的剧情。以尽露无遗。(Heavens Excalibur. Txt to Gu Long' s debut. Although this is the first film, but open-minded, epoch plot. To Jin Lu exhaustive.)
- 2009-11-26 13:59:27下载
- 积分:1
-
sourcecodes
i send the matlab codes for embedded zero tree and se partioning in hierarchial trees in image compression.I also send matlab code for speech compression using rabiner algorithm amd OFDM transceiver design.
- 2011-09-30 16:18:45下载
- 积分:1
-
qsyn10
matlab下用于稳定系统设计的库文件,可以作为辅助设计系统的软件使用(Qsyn
the Toolbox for
Robust Control Systems Design
for use with Matlab)
- 2013-11-14 18:41:58下载
- 积分:1
-
dianlusheji
通过PID调节器实现炉温控制,原理图+matlab源码+matlab仿真(PID matlab)
- 2013-05-07 11:35:32下载
- 积分:1
-
aco
说明: 利用蚁群算法求解tsp(旅行商)问题,给出遍历方案,最后求出最短路径。(Ant colony algorithm for tsp (TSP) problem, given traversal solutions, and finally find the shortest path.)
- 2011-04-08 10:13:50下载
- 积分:1
-
lab1
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:01下载
- 积分:1
-
MatchingPursuit
Matching Pursuit 算法是信号分解的一种具体实现方法。但其本质上则是一种估计
信号模型参数的方法,因而可直接用于信号检测及参量估计。本文以谐波信号特征参量的估计为例,介绍了其具体实现方法。(Matching Pursuit algorithm is a specific method of signal decomposition. But by its very nature is an estimated signal model parameters, and thus can be directly used for signal detection and parameter estimation. In this paper the harmonic signal characteristics of the estimates of the parameters, for example, describes the specific implementation method.)
- 2012-10-11 10:57:30下载
- 积分:1