hackrf icon indicating copy to clipboard operation
hackrf copied to clipboard

Hackrf sweep

Open lolakhairy opened this issue 2 years ago • 1 comments

What would you like to know?

HI, I need to run python script to plot the row data from sweep.csv file. the CSV file have those, Column. any help not sure how what to do with the last 5 column for db

image

lolakhairy avatar Jun 06 '23 18:06 lolakhairy

Each of the columns represent the power level for a 1 MHz bin between 1 and 6 MHz. The first dB column is 1 to 2 MHz, the next is 2 to 3 MHz, then 3 to 4 MHz, and so on. You can use this information to:

  • make a plot representing frequency in the x-axis if you plot a single row, or
  • plot power against time for each column / bin

straithe avatar Jul 03 '23 07:07 straithe