Skip to content

Commit

Permalink
Fix internals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee committed Jan 16, 2025
1 parent 17383b0 commit 9a093a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
Functions here are not exported.

```@docs
DSP.os_fft_complexity
DSP.os_prepare_conv
DSP.os_conv_block!
DSP.os_filter_transform!
DSP.Convolutions.os_fft_complexity
DSP.Convolutions.optimalfftfiltlength
DSP.Convolutions.os_prepare_conv
DSP.Convolutions.os_conv_block!
DSP.Convolutions.os_filter_transform!
DSP.Windows.makewindow
DSP.Windows.padplot
DSP._zeropad
DSP._zeropad!
DSP._zeropad_keep_offset
DSP.Convolutions._zeropad
DSP.Convolutions._zeropad!
DSP.Convolutions._zeropad_keep_offset
DSP.Filters._polyprep
DSP.Filters.freq_eval
DSP.Filters.build_grid
DSP.Filters.lagrange_interp
DSP.Periodograms.coherence_from_cs!
DSP.optimalfftfiltlength
```

0 comments on commit 9a093a5

Please # to comment.