-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move pink-noise comparisons from demos.lib to noises.lib pink_noise doc
- Loading branch information
Julius Smith
committed
Jun 20, 2021
1 parent
71f8292
commit 44b4b6b
Showing
3 changed files
with
35 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2331,13 +2331,14 @@ peak_eq_rm(Lfx,fx,tanPiBT) = _ <: _,A,_ : +,- : *(0.5),*(K/2.0) : + with { | |
// between -1 and 1 (ln mag / ln radian freq) | ||
// | ||
// #### Examples | ||
// See `spectral_tilt_demo`. | ||
// See `dm.spectral_tilt_demo` and the documentation for `no.pink_noise`. | ||
// | ||
// #### Reference | ||
// J.O. Smith and H.F. Smith, | ||
// "Closed Form Fractional Integration and Differentiation via Real Exponentially Spaced Pole-Zero Pairs", | ||
// arXiv.org publication arXiv:1606.06154 [cs.CE], June 7, 2016, | ||
// <http://arxiv.org/abs/1606.06154> | ||
// | ||
//------------------------------------------------------------ | ||
declare spectral_tilt author "Julius O. Smith III"; | ||
declare spectral_tilt copyright "Copyright (C) 2003-2019 by Julius O. Smith III <[email protected]>"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters