Skip to content

cqb98/spectrum_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spectrum_image

use radio to show image in spectrum

通过SDR设备,发射无线信号,实现在频谱上显示图片的功能

效率比较低,因为FFT算法是用python实现的,改成调用库就可以快点一点了

##使用方法
python3 spectrumImage.py test.jpg

hackrf_transfer -t out.txt -f 490e6 -s 4e6 -a 0 -x 32

然后就可以在你的频谱瀑布上看见了

##使用效果








##基本思路
图片取行->傅立叶逆变换->转化成适合hackrf的数据->保存成文件

About

use radio to show image in spectrum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published