Advertisement
DeaD_EyE

Ffft-fmcw

Feb 28th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. # I'm not sure if the formula is right..
  2. # http://radartutorial.de/02.basics/Frequenzmodulierte%20Dauerstrichradarger%C3%A4te.de.html
  3.  
  4. def fFFT(f, t, f_up, f_down):
  5.     """
  6.    Should return the maximum freuqncy
  7.    """
  8.     return f / (t * (f_up - f_down))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement