-
wiener
维纳滤波的matlab实现M文件,可输入维数,长度。(M Wiener filter implementation matlab file, enter the dimensions of length.)
- 2010-07-08 09:34:08下载
- 积分:1
-
tls
简单易懂,操作简便,很实用的matlab程序(Easy-to-read, easy to operate, it is useful matlab program)
- 2008-08-20 15:34:49下载
- 积分:1
-
LMSalgorithmwiththeadaptiveequalizer
说明: 用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。(LMS algorithm with the adaptive equalizer, draw a square of experimental error convergence curves of the final design of the filter coefficients. An experiment of training sequence length is 500. To 20 independent experiments, to draw square error convergence curves.)
- 2010-04-28 15:05:55下载
- 积分:1
-
Untitled3
这个程序主要用来处理图像信噪比、均值、中值、维纳滤波等(This program is mainly used to process the image signal to noise ratio, mean, median, Wiener filter, etc.)
- 2014-10-09 21:18:25下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
fenchatu
非线性振动分析计算程序,以轴承部分参数为变量的分叉图(the calculation program of the analysis of nonlinear vibration)
- 2021-04-19 15:28:50下载
- 积分:1
-
71558
说明: dea in matlab for windows
- 2020-06-20 15:00:01下载
- 积分:1
-
Controlling_console_applications_demo
通过程序控制CMD程序的输出,并对其进行解析和过滤(CMD program through the control output, and its analysis and filtering)
- 2007-11-22 00:18:40下载
- 积分:1
-
ROMBERG
龙贝格法求积分
在MATLAB中实现,初级学习者之必备软件(Romberg method to achieve integration in MATLAB, primary learners of essential software)
- 2007-12-16 19:48:51下载
- 积分:1
-
acquisition
滑动相关捕获算法的实现,希望和大家分享,和大家一起进步提高(Capture of sliding correlation algorithm, and we hope to share with everyone progress to improve)
- 2014-11-14 15:30:39下载
- 积分:1