搜索资源列表
Taylor四相码信号及其模糊图的绘制
- Matlab语言由早期专门用于矩阵运算的计 算机语言发展而来,其运算格式与数学格式几乎 一样,程序因此十分简洁。且其具有强大的数值 计算能力、高级图形和可视化数据处理能力,特 别适用于科学计算、图像处理、数据的拟合与可 视化,所以本文选用Matlab语言。 如果能得到模糊函数的精确解析表达式,这 项工作就会十分简单。但现在的雷达信号越来 越复杂,如频率编码信号、码长大的相位编码信 号要计算出其模糊函数的解析表达式很麻烦
RadarTest
- VC++6.0编写,实现了雷达界面的显示,SOCKET 接收UDP数据包并解析,也可以打开本地雷达数据文件并查看回波图像。-VC++6.0 and realized the radar screen of the display, SOCKET receive UDP packets and parsing, you can open the data file and view the local radar echo images.
Asterix-analysis
- 雷达cat062等数据格式的解析。在民航等方面运用。-Cat062 radar and other data format parsing. Use in civil aviation.
Asterix-CPP-analysis
- 雷达cat062等数据格式的解析。在民航等方面运用。-Cat062 radar and other data format parsing. Use in civil aviation.
LAS
- LAS格式解析及其数据的读取与显示,对机载激光雷达点云数据有效。-LAS file reading. this is useful for reading of LiDAR data LAS file.this is very useful code.
LRPointsCloud
- 激光雷达的激光扫描仪数据解析程序,非常适合激光雷达数据处理中的数据导入。也非常适合VC++开发学习。-Laser Scanner lidar data analysis program, ideal for data import lidar data processing. VC++ also very suitable for development of learning.
ReadIMUData
- POS数据解析程序,适合机载激光雷达和航空摄影数据处理程序开发,也对VC++学习帮忙很大。-POS data analysis program, suitable for the development of airborne lidar and aerial photography data processing program, but also to help a lot of VC++ learning..
Read the sa sb radar matlab
- Read the sa sb radar matlab matlab解析雷达sa基数据
RadarYHM
- 雷达基数据的解析和图形化,可以处理二进制的数据流并显示雷达图。(Analysis and graphical representation of radar base data)
SA-SB基数据格式
- 本文件主要是进行解析基于SA/SB雷达基数据,最后得到的是三个文件夹中保存我们所需的数据(This document is mainly for parsing based on SA/SB radar base data, and finally get the three folders to save the data we need)
cantest
- 读取毫米波等相关雷达数据的源代码,并解析出距离,角度等参数(Read the source code of the radar data such as millimeter wave and so on, and analyze the parameters of distance, angle and so on.)
激光数据解析实例代码(VC6)
- 激光雷达数据解析程序,帮助下载者书写自己的激光雷达采集程序(A lidar data parsing program that helps downloader write his own laser radar acquisition program)
Function
- 主要是雷达数据解析的一些常用函数,还有雷达的一些基本知识(Some commonly used functions of radar data analysis)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000
lms511_data
- MATLAB代码用于解析LMS511激光雷达的数据。(The MATLAB code is used to analyze the data of LMS511.)
雷达回波显示C#源码
- 针对雷达回波原始数据进行解析后绘制成BMP位图显示(BMP Bitmap Display Based on Radar)
ReadPUPData-read
- 多普勒天气雷达pub产品数据解析java代码(Doppler weather radar pub product data parsing java code)
获取毫米波雷达的can数据 (直接获取版本的)
- 利用STM32单片机对毫米波雷达数据进行解析(Analysis of Millimeter Wave Radar Data Using STM32 Single Chip Microcomputer)
qtcandemo
- 德尔福车载雷达数据采集、解析处理预研代码(Delphi radar data acquisition and analysis processing code)
NMEA数据处理
- 解析NMEA语句,该代码使用了$GNGGA语句中的经纬度、高度、定位质量(0、1);绘制卫星雷达图。