-
ofdm_channel_estimation
OFDM信道估计程序。
该程序包可生成OFDM信号,可显示经衰落信道变化后的OFDM信号波形,且给出了LS,LMMSE多种信道估计算法。(OFDM channel estimation procedure. The package can generate OFDM signals can be displayed by the fading channel changes of OFDM signal waveforms, and gives the LS, LMMSE channel estimation algorithm for a wide range.)
- 2020-07-10 14:38:56下载
- 积分:1
-
UPFCsimulink1
说明: matlab用于电力系统的UPFC控制器仿真程序(matlab for power system simulation program UPFC controller)
- 2008-10-18 21:20:04下载
- 积分:1
-
imaqacdemo3
说明: 基于MATLAB实现实时视频监控系统的实现与源代码(MATLAB-based real-time video monitoring system of the source code)
- 2011-03-21 12:29:11下载
- 积分:1
-
mypicture
这是用MATLAB做的三维立体图。。。。。。。。(This is done using MATLAB three-dimensional map. . . . . . . .)
- 2011-06-29 02:47:28下载
- 积分:1
-
panel
空间计量经济学中空间面板模型的matlab实现程序(Space panel model of spatial econometrics matlab program)
- 2013-04-17 16:17:01下载
- 积分:1
-
GCP
GCP是地面控制点的缩写,主要是处理地面控制点的类,包括控制点的读取处理以及写出。(GCP is an acronym for ground control points, mainly handling ground control points, including read and write process control points.)
- 2014-02-25 11:53:44下载
- 积分:1
-
FRFT
分数阶傅里叶变换的一种实现方法,FRFT。(FRFT simulation)
- 2014-01-17 21:31:11下载
- 积分: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
-
bridge-road-cracks-detection
代码是matlab编写,有例图,可直接运行(注意修改路径)。主要用来检测桥面、路面裂纹,有详细函数功能说明和算法思想,实现了路面规则条纹背景的频率估计,采用频域滤波可有效去除路面图像接近估计频率的噪声,保留目标裂纹,实现了初步的检测功能,但是功能还不完善,可作Demo供大家参考。有兴趣的朋友可以逐步完善、移植,有兴趣的朋友请与我联系。(Matlab code is written, there is case diagram, can be run directly (Note to modify the path). Mainly used to detect bridge, road cracks, a detailed description and algorithms Function thinking to achieve a frequency of road rules striped background estimation, using frequency domain filtering can effectively remove the image close to estimate the frequency of road noise, keep cracking goal to achieve a preliminary detection function, but the function is not perfect, can be used for Demo for your reference. Interested friends can gradually improve, transplant, friends who are interested, please contact me.)
- 2014-06-13 00:19:58下载
- 积分:1
-
DataGenerator
生成不同长度、不同字母表的数据集,适合于学术实验数据的生成。(Generate different length, different data sets the alphabet, suitable for academic experimental data generation.)
- 2010-01-30 10:14:20下载
- 积分:1