-
LabelMeToolbox
matlab实现的图像标注开源代码,极有参考价值。(matlab implementation of image annotation open source code, and a valuable reference.)
- 2009-11-06 00:28:40下载
- 积分:1
-
mybss
fastica 的 语音分离 在matlab上的经典实现(Speech Separation fastica in matlab to achieve the classic)
- 2009-05-02 11:22:19下载
- 积分:1
-
lowd_flow3.m
liyapanov cod for matrix 3*3
- 2012-06-12 20:51:19下载
- 积分:1
-
Flow-calculation
简单经典的潮流计算程序 适合初学者理清潮流计算的编程思路(Simple classic flow calculation procedures, suitable for beginners to sort out programming ideas flow calculation)
- 2013-08-22 22:03:14下载
- 积分:1
-
BP-neural-network
BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(BP network can learn and store a lot of input- output model mapping, without prior reveal describe the mathematical equations of the mapping relationship.)
- 2014-11-18 13:38:13下载
- 积分:1
-
ls_mmse_updated
是用matlab对信道估计得到的估计信道与真实信道的最小均方误差的仿真实现程序(Is used for channel estimation matlab been estimated channel true channel with minimum mean square error of the simulation procedure)
- 2008-05-18 16:08:17下载
- 积分:1
-
babban
Graphing without use of matrix multiplications
- 2011-05-20 18:23:29下载
- 积分:1
-
XieLvDuiShu2
1、利用自相关法找出含有大量数据的周期信号的周期 2、利用互相关对齐含有大量数据的多路采样信号以便分析 3、使用分段平滑经过求导后的含有干扰的图像曲线(1, using the autocorrelation method contains large amounts of data to identify the period of the periodic signal 2, using the cross-correlation contains a large amount of data aligned with the sampling signal for the multiplexed analysis, the use of segmented through derivative after smoothing with interference by the image curve)
- 2013-10-22 16:37:12下载
- 积分:1
-
mablab_5
matlab 5.x版本相关学习资料,包括:
matlab5手册;
matlab5.x入门与提高;
matlab5.x入门与应用;
matlab5.x应用与技巧;
matlab5.3精彩编程及高级应用;
matlab5.x程序设计语言。(matlab 5.x versions of relevant learning materials, including: matlab5 manual matlab5.x entry and improving matlab5.x entry and applications matlab5.x applications and techniques matlab5.3 exciting programming and advanced applications matlab5.x programming language .)
- 2010-11-13 16:06:36下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1