-
Viterbi_Tst
这是用itpp库编写的卷积码的解码程序。由于用C++库和Intel的MKL库,所以速度飞快。同样的仿真点数,
Matlab2012下用了15分半钟,而这个程序仿真只用了半分钟,相当于是matlab速度的30多倍。(This is itpp prepared for the convolutional code decoding process. Because with C++ libraries and Intel' s MKL library, so fast. The same simulation points under Matlab2012 spent 15 and a half minutes, and this program simulation with only half a minute, the equivalent of 30 times the speed of matlab.)
- 2014-01-08 14:41:50下载
- 积分: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
-
washer
实现洗衣机基本功能,有洗衣选项,计时,洗衣故障时报警,洗衣结束提醒。(Realization of the basic functions of a washing machine, laundry options, timing, fault alarm when the laundry, laundry ending reminder)
- 2014-12-10 12:36:42下载
- 积分:1
-
Lorenz
说明: 在matlab中画Lorenz吸引子的源代码(Lorenz attactor)
- 2010-04-22 11:09:01下载
- 积分:1
-
alamouti
这是一个Alamouti空时码的仿真,包含2发1收或2发2收。(This is an Alamouti space-time code simulation, including two made an entry or two 2 admission.)
- 2021-04-18 21:08:52下载
- 积分:1
-
Lms_C_Fixed
DSP DSK6713 LMS Filter project
- 2014-11-30 13:10:17下载
- 积分:1
-
conjgrad
Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program: CG
- 2015-02-08 05:32:32下载
- 积分:1
-
zhuyaunfenxi_C
主元分析法的C语言程序,主要用在降维的方面,也可用在信号处理,故障诊断。(Principal Component Analysis Method C language program, mainly used in dimensionality reduction, can also be used in signal processing, fault diagnosis.)
- 2013-04-14 09:50:54下载
- 积分:1
-
grayscaltransform
说明: 一个简单的色彩迁移程序,可以顺利的实现对灰度图像的上色,程序编译通过,有较好的效果(a simple relocation process color, the smooth realization of the right color to grayscale images, compiler, better results)
- 2006-02-28 09:56:04下载
- 积分:1
-
shiyanbaogaoxindetihui
我也不是特别清楚,应该是手写数字识别的matlab程序(I do not particularly clear)
- 2013-03-10 18:00:12下载
- 积分:1