-
DigitalimageprocessingMatlabCourseware
数字图像处理之MATLAB版的课件 有张卫平老师教授(Digital image processing with MATLAB versions of courseware teacher Professor Weiping)
- 2010-07-30 16:02:02下载
- 积分:1
-
111
这是我自己编写的压缩感知图像重构的算法,用于学习,先稀疏,再观测系数,最后重建(This is your perception image compression algorithm used to study and review, thin, and observation of the reconstruction and
)
- 2010-06-03 19:36:00下载
- 积分:1
-
simulink_BPSK
simulink下频带传输BPSK演示例程,包括打印ASCII字符。(simulink demo under the band BPSK transmission routines, including printable ASCII characters.)
- 2007-07-28 20:09:49下载
- 积分:1
-
yu
说明: 相当全面的介绍云计算与云存储的资料,据说这是计算机科学最有发展前途的方向之一(A fairly comprehensive introduction to cloud computing and cloud storage data, which is said to computer science the most promising directions of)
- 2009-11-16 18:38:20下载
- 积分:1
-
Henon
混沌模型Hennon序列产生程序,用于仿真分析混沌序列对初值的敏感性(Chaotic model Hennon sequence generation program for simulation of the sensitivity of chaotic sequences on initial)
- 2011-05-11 15:42:20下载
- 积分:1
-
st-ekf
强跟踪滤波程序,其中包括st-ukf和st-ekf(code for st-ekf and st-ukf)
- 2020-11-24 15:39:32下载
- 积分:1
-
Truss-Analysis
In this finite element application is descriptioned simple space a struss system analysis with only linear static model. This analysis model is very simplest. Fistly, selecting system model is solution analytical, secondly analysis Matlab and analysis results was compared the S.A.P2000 (structural analysis program). All analytical models, Matlab analysis are satify as analysis Results.
- 2013-01-18 15:42:14下载
- 积分:1
-
SemiNonLocalMean
利用semi-nonlocal-mean filter 去噪(semi-nonlocal-mean filter)
- 2013-05-03 23:20:30下载
- 积分: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
-
近场MVDR程序
说明: 线性阵列在近场区域运用MVDR算法定位噪声源,里面有几种简单的算法(Linear arrays use MVDR algorithm to locate noise sources in near field. There are several simple algorithms in it.)
- 2021-04-15 19:28:54下载
- 积分:1