-
OOK
oak matlab simulink application
- 2010-01-03 20:34:04下载
- 积分:1
-
cyclic_decoder
(7,4)系统循环码译码器
decode_out = cyclic_decoder(decode_in)
该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1
输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解
码后的信息码字,是1×4的行向量。
函数运行时,同时画出接收循环码字和译出码字的波形图。
( (7,4) system cycle Decoder decode_out = cyclic_decoder (decode_in) cyclic code decoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 input parameters decode_in is the received codeword cycle, the row is 1 × 7 vector output decode_out solution code is the information after the code word is 1 × 4 row vector. Function to run at the same time code word and draw a circle to receive the word of the translated code waveform.)
- 2011-08-15 21:49:54下载
- 积分:1
-
PCA
实现高维数据向低维数据的转变,降低维数希望群主采纳!(To realize the change of high dimensional data to low dimensional data, reduce the dimension of hope group of main adopted!)
- 2014-10-27 10:26:36下载
- 积分:1
-
CS_OMP
详细对应数字图像处理课本上的小波变换进行了实现 直接可以使用 以及压缩传感对图像处理的应用
- 2015-03-17 19:46:58下载
- 积分:1
-
Endpoint-effect-code
模式识别算法经验模式分解的端点效应消除代码(Pattern Recognition Algorithm Empirical Mode Decomposition Endpoint Effect Elimination Code)
- 2017-02-26 19:35:11下载
- 积分:1
-
RODY_2009_PROG
rotor dynamics toolbox
- 2011-01-11 18:40:41下载
- 积分:1
-
SNR
matlab进行通信仿真的时候,经常需要进行信噪比的计算,然后什么是真正的信噪比。本文给出了详细的解释。SNR(what is the really SNR )
- 2011-05-01 16:50:19下载
- 积分:1
-
pi
说明: pi controller matlab
- 2012-05-20 20:46:11下载
- 积分:1
-
Bistatic-positioning-Analysis
双站交汇定位分析 通过matlab仿真 合理分布通讯台位置(Bistatic cross positioning and Error Analysis)
- 2015-04-02 11:07:40下载
- 积分: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