-
mmse1
pe to snr for equalizer zfl and mmse for channel [1 .55]/norm([1 .55]) and tap=5
- 2010-06-23 18:30:30下载
- 积分:1
-
opt_reg_tips
maltab优化工具箱的一些小例子 主要介绍最优化的相关知识 欢迎大家共同探讨(optimization toolbox maltab some small examples are introduced to optimize the relevance of knowledge welcome you to explore)
- 2008-01-12 00:07:17下载
- 积分:1
-
genetic
《Matlab遗传算法工具箱及应用》Sheffield大学gatbs工具箱所有算例下载及调试说明(" Matlab toolbox and application of genetic algorithms" Sheffield University, all gatbs toolbox download and debug an example that)
- 2009-04-26 22:46:22下载
- 积分:1
-
matlab6.5
集合了很多matlab源代码 能解决matlab图像处理中的很多问题 很好 很强大(Collection of a lot of matlab code matlab image processing can solve many problems very very strong)
- 2010-05-11 11:24:15下载
- 积分:1
-
lpc
语音信号的特征提取,MATLAB编程实现LPC分析(LPC)
- 2010-05-30 12:50:00下载
- 积分:1
-
Dynamic_Copula_Toolbox_3.0
该工具包是最新版本的pair copula工具包。可实现高维数据的copula建模,并有时变copula函数可选择。(The toolkit is the latest version of the pair copula toolkit. The copula modeling of high dimensional data can be realized, and sometimes the copula function can be selected.)
- 2018-03-04 21:29:14下载
- 积分:1
-
KC
说明: 计算数列的KC复杂度的函数,可用于脑电分析领域(KC series calculation complexity of functions for the field of EEG analysis)
- 2010-11-03 14:57:31下载
- 积分:1
-
the-design-of-suspension
汽车悬架(钢板弹簧,减震器)设计程序,matlab环境(含GUI),(Vehicle suspension (leaf springs, shock absorbers) design procedures, matlab environment (including the GUI))
- 2013-03-02 19:03:19下载
- 积分:1
-
bin
matlab代码,语音信号处理总程序,调用其他子程序实现语音识别。(matlab code, speech signal processing of the total program, call other subroutines speech recognition.)
- 2013-04-18 20:30:25下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1