-
ptarget_angel=data
真理信号处理方面的随即阵列产生的数据程序问题(Signal processing aspects of the truth then the array data generated by procedure)
- 2008-06-14 10:54:49下载
- 积分: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
-
chengxu
GPS接收系统中信号的组成 CA码的产生(GPS receiver of c/a code)
- 2010-05-30 17:21:01下载
- 积分:1
-
MM5
matlab常用例程,其中包括数值解法算法和一般操作方式,通过这些例程可以基本掌握matlab的使用方法和基本操作,适用于初学者(Matlab common routines, including the numerical solution algorithm and the general mode of operation, these routines can basically mastered the use of methods and basic operation of the matlab for beginners)
- 2012-05-07 08:47:21下载
- 积分:1
-
fcm
谱系聚类发 给定聚类点数可得到聚类中心 很好很强大(Hierarchical clustering distributed clustering fixed points can be obtained very powerful cluster centers)
- 2013-12-20 12:36:35下载
- 积分:1
-
plotcmplx.m
Plot complex numbers, as well as show the magnitude of error.
- 2012-11-01 22:33:30下载
- 积分:1
-
LSB
LSB algorithm for matlab
- 2012-02-13 05:50:16下载
- 积分:1
-
CurrentStatisticalModel
当前统计模型机动目标跟踪算法。本程序对做圆周运动的机动目标的X方向进行了跟踪仿真。(Current statistical model for maneuvering target tracking algorithm. This procedure for doing circular motion of the X direction of maneuvering target tracking simulation carried out.)
- 2009-05-19 00:55:45下载
- 积分:1
-
Ev_Model
Electric Vehicle Model
- 2014-12-10 10:01:30下载
- 积分:1
-
一阶Keystone变换Keystone
说明: 实现一阶Keystone变换,包含三种方法,分别是DFT+IFFT方法,sinc插值方法和chirp-Z方法(Three algorithms for perform keystone transform, including DFT+IFFT, sinc interpolation and chirp-z transform.)
- 2021-04-19 09:38:51下载
- 积分:1