-
OFDM
OFDMmatlab仿真程序,改程序是一个仿真系统,附有文档说明。(OFDMmatlab simulation program, the reform process is a simulation system, accompanied by documentation.)
- 2013-10-25 21:11:40下载
- 积分:1
-
juzhengongneng
矩阵功能的演示 首先显示矩阵 所有数据按照MATLAB中的矩阵操作实例实现(Matrix function shows the first display all the data matrix in the matrix operation in accordance with examples of MATLAB Implementation)
- 2010-06-24 16:19:57下载
- 积分:1
-
kalmanTrackMouse
用kalman滤波算法来跟踪鼠标, 小有意思的程序, 有助于理解kalman算法(Using kalman filter algorithm to track the mouse, a small interesting programs, help to understand the kalman algorithm)
- 2010-06-08 22:18: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
-
dsp
这是关于现代信号处理的一些课件,主要讲述了有关离散序列的傅里叶变换等(This is about some of the courseware of modern signal processing, mainly tells about the discrete Fourier transform sequence)
- 2010-12-29 16:10:55下载
- 积分:1
-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
qiufashil
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果-(The method to calculate the three-dimensional vector data and make adjustments, which includes the experimental data and the results of their own-)
- 2014-09-19 21:09:51下载
- 积分:1
-
Shaped_Histograms
this mi test m-file for matlab program
- 2013-08-27 14:44:20下载
- 积分:1
-
principMax
princip of max matlab nbn
- 2011-05-20 20:26:20下载
- 积分:1
-
kernel
这是一款关于趋势分析的程序,能够简单地分析出数据序列的趋势,以及断点(This is a on the trend analysis program, be able to simply analyze data sequence trend, and the breakpoint)
- 2013-03-17 11:29:26下载
- 积分:1