-
Matlab prog upload
Dear Sir,
I have uploaded some neural network and DSP kind of programms.
Thank You,
-bibyut
- 2010-12-30 02:19:50下载
- 积分:1
-
BD-algorithm
多用户MIMO的BD预编码算法。程序完整可用。(Multi-user MIMO-BD precoding algorithm. Integrity of the process is available.)
- 2011-05-17 15:29:43下载
- 积分:1
-
pathplanning
path planning from start point to goal point using virtual force field
- 2013-10-14 10:29:52下载
- 积分:1
-
JPEG2000
JPEG2000 Standard for Image Compression Concepts, Algorithms and VLSI Architectures
- 2007-10-23 22:25:38下载
- 积分:1
-
AMBTC
区块截断编码对图像进行压缩处理,为提高压缩率采用自适应的方式对小区块进行划分(Block truncation coding for image compression, in order to improve the compression ratio using adaptive way to divide the cell block)
- 2021-05-01 11:01:52下载
- 积分: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
-
MATLAB
关于通信系统的matlab源码,介绍的是OFDM的相关原理(About communication systems matlab source)
- 2014-01-01 21:32:30下载
- 积分:1
-
choperboost
matlab based chpper design. boost chopper with PWM
- 2014-02-07 21:45:31下载
- 积分:1
-
find23
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters and digits
are relevant.
Other options:
case sensitive search,
alternative errorlevel with number of hits,
header line with file name, LFN, custom prefix
- 2007-10-28 10:10:50下载
- 积分:1
-
robotvision
在无数点中,寻找一条直线,在高书中用的是两点确定一个直线,而在此用的是对比两个点,然后求平均值,以此类推(In many points, to find a straight line, is used in the two high book to determine a straight line, and in this contrast with the two points, and then averaged, and so on
)
- 2010-10-22 15:31:37下载
- 积分:1