Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 22, 2017
1 parent efaf8a0 commit b02dd5e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.gitattributes text eol=lf
.gitignore text eol=lf
Makefile text eol=lf
*.yml text eol=lf
LICENSE text eol=lf
*.ipynb text eol=lf
*.txt text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.f text eol=lf
*.f90 text eol=lf
*.for text eol=lf
*.md text eol=lf
*.rst text eol=lf
*.csv text eol=lf
*.m text eol=lf
*.grc text eol=lf
*.pas text eol=lf
6 changes: 3 additions & 3 deletions sinad.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def __init__(self, sinadFreq, Fs):
"sinad_ff",
[np.float32],
[np.float32])
self.Fs = Fs
self.fRef = sinadFreq
self.refWidth = 20
self.Fs = Fs
self.fRef = sinadFreq
self.refWidth = 20


def work(self, input_items, output_items):
Expand Down

0 comments on commit b02dd5e

Please sign in to comment.