-
3-10-bit-pipeline_10b_adc
model simulink of 10 bit pipelined adc
- 2011-02-05 07:26:57下载
- 积分:1
-
additive-gaussian-error
说明: 认知场景下加性高斯噪声对于误码的影响,已经干扰问题的转换源码(Cognitive scenarios for the additive error of Gaussian noise has been the conversion source interference problem)
- 2011-03-23 22:53:19下载
- 积分:1
-
SSFM
用分布傅里叶计算硅波导中的非线性薛定谔方程,考虑硅波导中色散及非线性损耗(solution of NLSE(two pulses propagate in silicon waveguide) using split step fourier method)
- 2013-11-27 11:28:48下载
- 积分:1
-
juxingbodao
利用matlab计算模拟金属矩形波导垂直于传播方向截面不同模式下的场分布(Computing and simulating metal rectangular waveguide cross section perpendicular to the direction of propagation of the field distribution in different modes)
- 2013-08-04 20:19:42下载
- 积分:1
-
nonlinear-alignment-method
捷联惯导四元数误差模型,采用ukf作为滤波方法。(nonlinear alignment method for sins)
- 2011-09-11 23:43:59下载
- 积分:1
-
SVPWM--DC-MOTOR
基于无刷直流电机的的矢量控制程序,可以在simulink中直接建模,系统为开环系统。(Brushless DC motor based on vector control program, you can direct modeling in simulink, the system is open-loop system.)
- 2021-03-14 10:49:24下载
- 积分:1
-
PTS_Papr_V4
说明: OFDM信号的PTS算法,用于降低峰均比,v=4,64QAM调制,子载波数可以自己调整(Partial Transfer Sequence Algorithms)
- 2019-04-24 15:13:52下载
- 积分:1
-
XCSR_DE1.0
- XCS for Dynamic Environments
+ Continuous versions of XCS
+ Test problem: real multiplexer
+ Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts.
+Reference papers:
H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence
H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.(- XCS for Continuous Dynamic Environments Test versions of XCS problem : real multiplexer Experiments : XCS is explored in dynamic environments with di fferent magnitudes of change to the underlying concepts. Reference papers : H. H. Dam, H. A. Abbass, C. J. Lokan. Evolutionary Online Data Mining-an Investiga tion in a Dynamic Environment. 2005. accepted for a book chapter in Springer Series o n Studies in Computational Intelligence H.H. D am, H. A. Abbass, C. J. Lokan. Be Real! XCS with Continuous- Valued Inputs. IW LCS 2005. (International Workshop on Learning Classifi er Systems). Washington DC, June 2005.)
- 2006-09-02 20:53:58下载
- 积分:1
-
Cyclic-code
Cyclic code programs using MATLAB software.
- 2012-01-15 20:18:23下载
- 积分: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