-
music
基于MUSIC算法的空间方位估计的程序,最为正宗的MATLAB方位估计程序!(Estimation procedure based on the spatial orientation of the MUSIC algorithm, the most authentic MATLAB orientation estimation procedures.)
- 2012-07-24 15:54:33下载
- 积分:1
-
OFDM-DVB-T-DTMB
DVB-T,DTMB简化的信道仿真程序。设置了三种保护间隔:循环前缀、零添加、伪随机添加。用于研究不同保护间隔下的SNR特性,附带一个不同保护间隔下的频谱显示,可看出三种保护间隔对OFDM频谱陡峭程度的影响。(DVB-T,DTMB channel simulation and spectrum display.)
- 2020-12-22 10:59:07下载
- 积分:1
-
nci_ofdm
实现非载波连续干涉编码的非载波连续干涉正交频分复用通信系统的调制(Realize the carrier successive interference encoded orthogonal frequency division multiplexing communication system)
- 2014-02-19 10:35:19下载
- 积分:1
-
ICAforimage
Matlab environment based on the independent component analysis (ICA) is the imagie mixed with the separation of simulation program (Matlab environment based on the independent component analysis (ICA) is the imagie mixed with the separation of simulation program)
- 2008-04-29 16:19:52下载
- 积分:1
-
proj03_04
homework 3-4 is difficult
- 2011-11-09 18:55:43下载
- 积分:1
-
pso
粒子群算法,自带测试函数 (Particle swarm optimization algorithm)
- 2013-12-21 19:08:42下载
- 积分:1
-
gm11_1
灰色预测程序,由于少数据量的预测比较准确(Grey forecasting process is a more accurate forecast, due to a small amount of data)
- 2012-08-14 09:49:13下载
- 积分:1
-
PCA-for-MA-removal-in-fNIRS
基于主成分分析的脑功能近红外光谱的运动伪迹移除方法(Motion artifact removal method for brain functional near-infrared spectroscopy based on Principal component analysis )
- 2015-01-08 17:12: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
-
maxflow
许多系统包含了流量问题。例如交通系统有车流量,金融系统有现金流,控制系统有信息流等。许多流问题主要是确定这类系统网络所能承受的最大流量以及如何达到这个最大流量。MATLAB环境下解决最大流问题(Many systems contain a flow problem. Traffic such as traffic system, the financial system has cash flow, information flow control system. Many flow problem is to determine the maximum flow of such systems and how the network can bear to achieve this maximum flow. Maximum flow problem solving MATLAB environment)
- 2014-02-25 15:02:03下载
- 积分:1