-
DM642EDMA
This program uses the timers to trigger EDMA events. These events in turn
* trigger linked EDMA parameter tables to fill a ping pong buffer structure.
* Set a breakpoint on swiProcessFunc(int arg). Then open two memory windows.
* Use ping as the address for one memory window and pong for the other. Then
* run the application. You ll note that the program bounces between the ping
* and pong buffers filling each with a value that comes from the source. The
* source in this case is the SDRAM timer control register and it simulates
* input data(This program uses the timers to trigger EDMA events. These events in turn* trigger linked EDMA parameter tables to fill a ping pong buffer structure.* Set a breakpoint on swiProcessFunc (int arg). Then open two memory windows.* Use ping as the address for one memory window and pong for the other. Then* run the application. You' ll note that the program bounces between the ping* and pong buffers filling each with a value that comes from the source. The* source in this case is the SDRAM timer control register and it simulates* input data)
- 2010-08-07 11:34:58下载
- 积分:1
-
enhancement
enhancement for fingerprint
- 2012-09-05 17:03:45下载
- 积分:1
-
Desktop
人脸定位代码,短小但精度和速度都很高,matlab版本不能太低(Face location code, a short but very high accuracy and speed,)
- 2013-12-15 09:58:19下载
- 积分:1
-
Engineering-Noise-Control--Theory-and-Practice
The recognition of noise as a source of annoyance began in antiquity, but therelationship, sometimes subtle, that may exist between noise and money seems to be a development of more recent times. For example, the manager of a large wind tunnel once told one of the authors that in the evening he liked to hear, from the back porch of his home, the steady hum of his machine 2 km away, for to him the hum meant money. However, to his neighbours it meant only annoyance and he eventually had to do without his evening pleasure.
- 2013-11-23 12:29:29下载
- 积分:1
-
ELM_MultiOutputRegression
ELM算法是一种新型的学习算法,速度较快,误差小,目前研究较多的一种算法,提供的是多输出回归问题的ELM算法的matlab实现。(ELM algorithm matlab realize)
- 2014-03-05 21:14:15下载
- 积分:1
-
多种群遗传算法的函数优化算法
多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
- 2017-07-02 14:48:29下载
- 积分:1
-
feifen
可实现对二维数据的聚类,关于超声波倒车雷达测距的,多姿态,多角度,有不同光照。( Can realize the two-dimensional data clustering, About ultrasonic parking radar ranging, Much posture, multi-angle, have different light.)
- 2016-12-27 09:22:28下载
- 积分:1
-
AdaptiveLineEnhancer1
自适应谱线增强 从噪声信号中消噪得到有用信号(Adaptive Line Enhancer (ALEThe goal is to remove the noise signal from the measured signal to obtain
the signal of interest. )
- 2010-11-13 11:14:09下载
- 积分:1
-
lv_0
玻璃切割最低水平线算法MATLAB源码,已通过调试(MATLAB lowest horizontal glass cutting algorithm source code)
- 2011-04-21 16:22:45下载
- 积分:1
-
deconvolve
deconvolution
deconvolve.m
Given a system impulse response h[n] and test response y[n], this
algorithm deconvolves the test response with the impulse response
to determine the input x[n] as X(jw) = Y(jw)/H(jw).
Eliminate some noise, but is still very rough
NOTE: Assumes all signals are the same length. Use sigcorrect.m
to equalize their lengths if they are different.
use: deconvolve(impresp,test,testresp)
variables: impresp: impulse response of system
test: test input to system
testresp: test response of system
- 2011-11-11 09:04:25下载
- 积分:1