Skip to content

Commit

Permalink
Updated docstring for getFFTFreq()
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Aug 1, 2022
1 parent 48f1ee0 commit 1ca8754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<distributionManagement>
<snapshotRepository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public int getSignalLength() {


/**
* Returns the frequencies of the FFT bins are computation
* Returns the frequencies of the FFT bins based on the signal length and sampling frequency
* @param Fs Sampling frequency of the signal
* @param onlyPositive Set to True if non-mirrored output is required
* @return double[] Array of frequency bins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public int getSignalLength() {
}

/**
* Returns the frequencies of the FFT bins are computation
* Returns the frequencies of the FFT bins based on the signal length and sampling frequency
* @param Fs Sampling frequency of the signal
* @param onlyPositive Set to True if non-mirrored output is required
* @return double[] Array of frequency bins
Expand Down

0 comments on commit 1ca8754

Please sign in to comment.