usrp_spectrum_sense 的工作流程简介 转自:meteor,http://gnuradio.cc/read.php?tid-270.html 很多研究认知的朋友都将usrp_spectrum_sense 作为频谱感知的原型程序,以前我也粗略的看了一下,这两天看到一些这方面的问题,所以我详细的阅读了该程序。下面我将的理解和大家分享,有不对的地方还希望大家提出指正。 首先...
# This allows us to discard the bins on both ends of the spectrum. self.freq_step = 0.75 * usrp_rate self.min_center_freq = self.min_freq + self.freq_step/2 nsteps = math.ceil((self.max_freq - self.min_freq) / self.freq_step) ...
self.u.set_antenna(antenna,0) 开发者ID:luwangg,项目名称:gr-ofdm-1,代码行数:60,代码来源:uhd_interface.py 示例2: __init__ ▲点赞 5▼ def__init__(self, istx, ismimo, args, bandwidth, freq=None, lo_offset=None, gain=None, spec=None, antenna=None, clock_source=None, time_source...
到目前为止,我已经了解到USRP感测IQ数据,然后应用FFT对其进行处理。(我一直在看usrp_spectrum_sense.py ) IQ样本的单位是什么?FFT完成后,单位是什么?开发FFT所需的唯一数据是IQ样本吗?提前感谢:D 浏览0提问于2012-09-13得票数 1 回答已采纳 1回答 如何通过redhawk 2.0.7集成usrp n200? 我试图通过红鹰2....