experimenting with rtl_fm settings: remove deemphasis filter

add *.pyc to gitignore
This commit is contained in:
Dr Paul Brewer 2014-09-28 14:32:48 +00:00
parent e82f104798
commit 193672281b
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc

View File

@ -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)