Skip to content

Commit e2655a9

Browse files
authored
feat: add NxSignal.Waveforms (#12)
* feat: sawtooth * docs: sawtooth docs * feat: square * feat: square wave * feat: gauss, poly and impulse * docs: gauss pulse docs * docs: chirp * fix: polynomial_sweep * docs: unit impulse * docs: fix latex usage
1 parent b222d3b commit e2655a9

File tree

5 files changed

+526
-2
lines changed

5 files changed

+526
-2
lines changed

lib/nx_signal.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ defmodule NxSignal do
731731
If not given, defaults to `Nx.Type.to_complex/1` called on the input type.
732732
733733
## Examples
734+
734735
iex> NxSignal.overlap_and_add(Nx.iota({3, 4}), overlap_length: 0)
735736
#Nx.Tensor<
736737
s64[12]

0 commit comments

Comments
 (0)