-
另外一个OFDM频偏估计的代码,以该代码为基础的文章被EI检索收录,具有很高的参考价值。...
另外一个OFDM频偏估计的代码,以该代码为基础的文章被EI检索收录,具有很高的参考价值。-Offset Estimation code to the code of the article was based on the EI retrieval recorded. have a very high reference value.
- 2022-05-29 17:46:51下载
- 积分:1
-
RTKlib关于高精度GPS动态定位函数与处理过程整理
精密GPS动态测量采用载波相位差分技术,其标准测量模式为,一台GPS接收机置于已知点,作为基准站来进行静态测量,另一台GPS接收机置于载体上,作为流动站来进行动态测量。两台接收机同步观测相同的卫星,然后将两台GPS接收机的观测值进行组合处理,就可以获得流动站相对于基准站的坐标和速度。本文主要介绍用RTKLIB 实现精密动态定位的过程,该过程包括观测文件和导航文件的读取、基准站位置的计算、流动站位置的求解、运行结果的输出,下面将分块讨论。(Precision GPS dynamic measurement using carrier phase difference technology, the standard measurement mode, a GPS receiver placed at a known point, as a base station for static measurement, another GPS receiver placed on the carrier, as a mobile station Perform dynamic measurements. The two satellites simultaneously observe the same satellite and then combine the observations of the two GPS receivers to obtain the coordinates and speed of the rover relative to the base station. This paper mainly introduces the process of realizing dynamic dynamic positioning with RTKLIB. The process includes reading the observation file and navigation file, calculating the base station position, solving the position of the mobile station, and outputting the result of the operation.)
- 2017-09-21 16:48:09下载
- 积分:1
-
LPC2387
说明: microcontroller consists of an ARM7TDMI-S CPU
- 2019-02-05 23:04:12下载
- 积分:1
-
OFDM_618
说明: 基于FPGA的OFDM同步,包含时钟模块、ROM读取模块、峰值检测模块、帧同步模块(OFDM synchronization based on FPGA includes clock module, Rom reading module, peak detection module and frame synchronization module)
- 2020-08-12 16:41:34下载
- 积分:1
-
电影类型的好网站
电影类型的好网站-good film types of websites
- 2023-08-25 11:30:04下载
- 积分:1
-
all_m_files_20130826
说明: 芬兰学者Simo Sarkka 所著《贝叶斯滤波与平滑》一书中的程序,包括容积卡尔曼滤波、高斯厄米特积分滤波和粒子滤波(Programs in the book Bayesian Filtering and Smoothing by Finnish scholar Simo Sarkka, including volumetric Kalman filter, Gaussian Hermitian integral filtering and particle filtering)
- 2020-06-21 16:20:01下载
- 积分:1
-
basicRcode
R语言基本功能使用介绍的小程序集合。运用R语言进行统计(Use the basic functions of the R language introduced mini-applications. R language for statistical use)
- 2011-11-24 17:42:26下载
- 积分:1
-
1602显示驱动程序
说明: LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
基于Simulink搭建的SVPWM仿真模型-SVPWM
说明: 基于Simulink搭建的SVPWM仿真模型,可供学习(SVPWM simulation model based on Simulink, available for learning)
- 2020-06-21 21:20:02下载
- 积分:1
-
47620320quadratic-programming
实现二次规划,且能够很好的分析数据实现求解,为数据分析提供了很好的基础(The quadratic programming can be realized, and the data can be solved well, which provides a good foundation for data analysis.)
- 2019-06-19 16:45:03下载
- 积分:1