-
pdfParseDemo
matlab code for ocr recognition
- 2015-02-12 16:17:25下载
- 积分:1
-
Mpsk2_kdb
本程序 是M进制PSK调制方式的仿真程序,是最基本的学习MPSK的材料(This procedure is the M-band PSK modulation of the simulation program, is the most basic learning materials MPSK)
- 2009-07-10 21:43:33下载
- 积分:1
-
mnth
模拟退火的源程序,matlab编写,多次试用成功(simulated annealing of the source, Matlab prepared several successful trial)
- 2006-11-03 15:23:14下载
- 积分: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
-
AUTO
PROGRAM GENERATES RANDOMLY LOCATED BALLS WITHIN A CIRCULAR
- 2014-11-08 20:15:24下载
- 积分:1
-
golden
黄金分割在文艺复兴前后,经过阿拉伯人传入欧洲,受到了欧洲人的欢迎,他们称之为"金法",17世纪欧洲的一位数学家,黄金分割数有许多有趣的性质,人类对它的实际应用也很广泛(Golden section before and after the Renaissance, after the Arabs introduced into Europe, has been welcomed by the Europeans, they called the Golden Law , 17th century Europe, a mathematician, a few golden section there are many interesting nature, human Its practical application is very broad)
- 2007-11-28 19:27:06下载
- 积分:1
-
matlab7
matlab数字信号与应用源代码7,对初学者有帮助(and application of digital signal matlab source code 7, help for beginners)
- 2009-05-19 23:01:57下载
- 积分:1
-
matched-filterPFFT
说明: P码的匹配滤波+FFT的捕获程序。可以用于P码的直接捕获。(P code matched filter+ FFT of the capture program. P code can be used for direct capture.)
- 2021-04-01 20:09:08下载
- 积分:1
-
DBSCAN
BIRCH (balanced iterative reducing and clustering using hierarchies) is an unsupervised data mining algorithm used to perform hierarchical clustering over particularly large data-sets. An advantage of Birch is its ability to incrementally and dynamically cluster incoming, multi-dimensional metric data points in an attempt to produce the best quality clustering for a given set of resources (memory and time constraints). In most cases, Birch only requires a single scan of the database. In addition, Birch is recognized[1] as the, "first clustering algorithm proposed in the database area to handle noise (data points that are not part of the underlying pattern) effectively".
- 2011-04-20 15:56:43下载
- 积分:1
-
RD
说明: RD算法作为SAR处理中最重要的处理算法,在远场近似的条件下,可将二维处理分离为两个一维处理,降低了运算量,成像效果良好。(RD算法作为SAR处理中最重要的处理算法,在远场近似的条件下,可将二维处理分离为两个一维处理,降低了运算量,成像效果良好。
RD algorithm is the most important processing algorithm in processing SAR, in the far field approximation, the two-dimensional separation into two one-dimensional processing, reduces the amount of computation, good imaging effect.
)
- 2013-12-04 16:38:24下载
- 积分:1