Skip to content

2023电子设计大赛D题,任意调制信号的识别和测量

Notifications You must be signed in to change notification settings

zzpspierman123/Modulation_signal-Measurement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modulation_signal-Measurement

zzpspierman123

Github Readme Stats

profile

⭐️About Project

2023年电子设计大赛D题,对任意调制信号的判断和测量。

思路 将6种调制信号分为模拟调制和数字调制 。

思路验证 通过Matlab对采集数据直接进行频谱分析和仿真验证。

调制信号的采集: 通过FPGA的AD模块采集信号并通过FIFO传给Uart。

信号的处理: STM32H750通过Uart接收8192个样点,并对其进行傅里叶分析。

软件包络检波: 通过软件包络检波算法后,再通过傅里叶变换处理。

设计思路:

Matlab信号处理:

成品展示:

🛠Usage

FPGA代码: 该文件含有FPGA的Quartus13代码。

Matlab代码: 该文件包含Matlab代码和信号数据。

STM32代码: 该文件含STM32F407作为信号处理的代码。

👨🏻‍💻Maintainers

Hi there 👋 I'm ZhouZhanPeng

A Sophomore Student in HuaiHua University 🌱 @zzpspierman123

About

2023电子设计大赛D题,任意调制信号的识别和测量

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages