Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<classpathentry kind="lib" path="lib/jna/jna-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/jna/jna-platform-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/joda-time/1.6/joda-time-1.6.jar"/>
<classpathentry kind="lib" path="lib/jlargearrays/JLargeArrays-1.5.jar"/>
<classpathentry kind="lib" path="lib/jtransforms/JTransforms-3.0.jar"/>
<classpathentry kind="lib" path="lib/libusb/libusb4java-1.2.0-windows-x86_64.jar"/>
<classpathentry kind="lib" path="lib/libusb/libusb4java-1.2.0-windows-x86.jar"/>
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/bin/

# IntelliJ
.idea
*.iml
17 changes: 0 additions & 17 deletions .project.old

This file was deleted.

Binary file added lib/jlargearrays/JLargeArrays-1.5.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/decoder/FmDemodulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public double atanDemodulate(double in, double qn) {

/**
* We pass in the current values for i and q
*
* * To measure the change in frequency, we want d-theta/dt and we dont want to use arctan because its hard to do at speed.
*
* * To measure the change in frequency, we want d-theta/dt and we don't want to use arctan because its hard to do at speed.
*
* r(t) = q(t)/i(t)
*
Expand Down