Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Arslan <[email protected]>
  • Loading branch information
heitorPB and ararslan authored May 18, 2024
1 parent 2428bd8 commit 4dceb97
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Examples

Here you can find a list of examples to help you quick start using this
library.
Here you can find some basic examples of how to use this package.


# 1D signal
## Spectrum of a 1D Signal

A simple real ``60 Hz`` with the first harmonics:
This example shows how to obtain and plot the spectrum of a simple, real-valued signal with a second-order harmonic using FFTW and [Plots](https://github.com/JuliaPlots/Plots.jl).

```julia
using Plots
using FFTW
using DSP

# Number of points
N = 2^12 - 1
Expand Down

0 comments on commit 4dceb97

Please sign in to comment.