Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrande authored and itsjoeoui committed Oct 23, 2023
1 parent 628d855 commit 0df7bad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GENERATORS/SIMULATIONS/BASIC_OSCILLATOR/example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In this example, `BASIC_OSCILLATOR` node generates a sine wave with a frequency of 1Hz and an amplitude of 3 for
10 seconds with a sample rate of 400Hz.
10 seconds with a sample rate of 400Hz.

The same output can be generated with `LINSPACE` and `SINE` nodes combined.
`SINE` would have the same parameters, but for `LINSPACE`, the `start` parameter will be 0, `end` is the time, which is 10 in this case,
and `step` is the total samples, which is sample_rate * time in this case.
The same output can be generated with `LINSPACE` and `SINE` nodes combined.
`SINE` would have the same parameters, but for `LINSPACE`, the `start` parameter will be 0, `end` is the time, which is 10 in this case,
and `step` is the total samples, which is sample_rate * time in this case

0 comments on commit 0df7bad

Please sign in to comment.