Advertisement
DeaD_EyE

Untitled

Feb 21st, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. {
  2.     "bandwidth": 180000000,
  3.     "doppler": {
  4.         "max_freq": 8000.0,
  5.         "max_speed": 50,
  6.         "min_freq": -8000.0,
  7.         "min_speed": -50
  8.     },
  9.     "fft": true,
  10.     "mode": "CW",
  11.     "motor": {
  12.         "run": false,
  13.         "start": 0,
  14.         "stop": 360
  15.     },
  16.     "resolution": 1.6666666666666667,
  17.     "sample_rate": 122880,
  18.     "speed_step": 0.75,
  19.     "vco_signal": null,
  20.     "window_function": "hanning",
  21.     "window_size": 2048
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement