-
xyz2uvp
XYZ to UPV color space
XYZ to UPV color space
XYZ to UPV color space
- 2010-09-09 18:57:08下载
- 积分:1
-
tiaopin
说明: 跳频通信仿真论文,大家看一下啊,好不容易找到的(Frequency-hopping communication simulation paper, we look at, ah, hard-won)
- 2010-04-21 09:33:20下载
- 积分:1
-
photo
matlab控制双摄像头拍照。。。以及gui设计界面。。。操作界面。。(matlab control dual cameras to take pictures. . . And gui interface design. . . Interface. .)
- 2013-12-03 19:29:34下载
- 积分:1
-
C-C方法求lorenz的延迟时间
C-C法求混沌系统的延迟时间,该程序是C-C法的函数文件,已测试,可运行多种数据,运行时间快(The C-C method seeks the delay time of the chaotic system. The program is a function file of C-C method. It has been tested and can run many kinds of data.)
- 2018-06-06 16:10:38下载
- 积分:1
-
systemgenerator
说明: 自己找的sys——gen的相关资料,可以看一下的(you kan just have a look,for study.)
- 2010-04-27 20:40:23下载
- 积分:1
-
simulink
simulink下七自由度整车模型参数及仿真方法(matkab simulink)
- 2013-04-10 09:51:20下载
- 积分: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
-
ccfx_Learn
层次分析法计算权重,判断矩阵一致性检验的Matlab源程序代码(Analytic Hierarchy Process (AHP) calculates weight and judges Matlab source code for matrix consistency checking)
- 2020-06-16 23:40:01下载
- 积分:1
-
skewDetect
Automatic skew detection for digital documents
- 2010-11-13 06:54:26下载
- 积分:1
-
testone
二维离散小波变换(Mallat快速算法)对图像进行二维离散小波变换, 变换级数大于等于3级,然后进行阈值化处理(阈值约为10左右),再统计系数中0的个数(百分比表示)并进行重构, 最后计算重构图像的峰值信噪比(PSNR).
数据:灰度图像lena.bmp或其它图像, 滤波器系数可以调用matlab中的wfilters函数获得, wfilters函数的使用请在matlab中help wfilters.(Two-dimensional discrete wavelet transform (Mallat fast algorithm) two-dimensional discrete wavelet transform image transformed series is greater than or equal to 3, and then processing thresholding (threshold of about 10 or so), the number of re statistical coefficient 0 ( reconstruct the final calculation of the peak signal-to-noise ratio (PSNR) of the reconstructed image data: the grayscale image lena.bmp or other images, the filter coefficients can call matlab in wfilters function to obtain, wfilters function, expressed as a percentage) in matlab help wfilters.)
- 2013-03-21 00:30:33下载
- 积分:1