-
msk_test
说明: 关于matlab基带msk调制的理解,并加之载波,并用GUI界面实现测试(msk test based on matlab)
- 2010-04-01 11:06:57下载
- 积分:1
-
gui-100-examples
matlab 的gui范例,适合初学者拿来阅读学习,源代码可以直接运行(matlab gui example, suitable for beginners used to read to learn the source code can be run directly
)
- 2012-02-06 19:07:31下载
- 积分:1
-
fare
一个利用matlab实现的特征脸的提取程序,可作为其他程序的基础算法(an achievable using Matlab Eigenface the extraction procedure can be used as the basis for other procedures Algorithm)
- 2005-05-17 22:38:47下载
- 积分:1
-
LTE_channelestimator_MSE
最小均方误差的信道估计程序,对学习LTE很有帮助(LTE_channelestimator_MSE Minimum mean square error of channel estimation procedures
)
- 2013-11-21 19:14:34下载
- 积分:1
-
ImageProcessingProgram
matlab图像处理,包括直方图均衡化,平滑滤波,拉普拉斯算子增强,及椒盐噪声的滤波处理!(failed to translate)
- 2013-05-07 16:58:18下载
- 积分:1
-
lsvmk
LSVMK Langrangian Support Vector Machine algorithm
LSVMK solves a support vector machine problem using an iterative
algorithm inspired by an augmented Lagrangian formulation.
- 2008-03-21 11:33:46下载
- 积分:1
-
yiqunsuanfamatlabyuanma
很经典的蚁群算法的matlab源码,也可以用c++实现,不过要复杂很多,用matlab比较简单。(classic ant colony algorithm source Matlab can also use the c achieve, but many complex, Matlab using relatively simple.)
- 2007-03-27 21:04:46下载
- 积分: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
-
PUfinal
This a PU meshfree code have been developed for curve fitting problems. this archive contains Matlab subroutines
- 2009-02-12 18:05:15下载
- 积分:1
-
GA-for-BSM-on-matlab
利用matlab建立污水处理厂模型,利用改进的遗传算法对该模型进行优化,参数可调整。(Use matlab to establish model of sewage treatment plant, the model is optimized by the improved genetic algorithm, parameters can be adjusted)
- 2014-12-16 15:47:35下载
- 积分:1