N-dimensional 1/beta (e.g. pink, brown, blue) noise generation via spectral shaping of white noise
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This function is a "decorator" for the Matlab in-build 'randn' function. It takes an additional first argument (beta) which shapes the spectral characteristic of the data (in all dimensions) as f^beta. The output data is scaled to the original mean and standard deviation.
Cita come
Marcin Konowalczyk (2026). randnd (https://github.com/MarcinKonowalczyk/randnd), GitHub. Recuperato .
Riconoscimenti
Ispirato da: Generate spatial data, Pink, Red, Blue and Violet Noise Generation with Matlab
Informazioni generali
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.5.0.0 | Linked to GitHub |
||
| 1.4.0.0 | Put more generous bounds on 'beta' |
||
| 1.3.1.0 | Changed the title back to 'randnd' |
||
| 1.3.0.0 | Updated for circshift compatibility with matlab 2012a |
||
| 1.2.0.0 | Changed the title |
||
| 1.1.0.0 | Corrected the 1/beta scaling from amplitude to power scaling |
||
| 1.0.0.0 |
