experimenting with rtl_fm settings: remove deemphasis filter
add *.pyc to gitignore
This commit is contained in:
parent
e82f104798
commit
193672281b
|
@ -0,0 +1 @@
|
|||
*.pyc
|
|
@ -21,10 +21,9 @@ def recordFM(freq, fname, duration):
|
|||
cmdline = ['rtl_fm',\
|
||||
'-f',str(freq),\
|
||||
'-s',sample,\
|
||||
'-g','40',\
|
||||
'-g','43',\
|
||||
'-F','9',\
|
||||
'-A','fast',\
|
||||
'-E','deemp',\
|
||||
'-E','dc',\
|
||||
fname+'.raw']
|
||||
runForDuration(cmdline, duration)
|
||||
|
|
Loading…
Reference in New Issue