Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
noisegen
génération de bruit (obsolète)
Séquence d'appel
b = noisegen(pas, Tmax, sig)
Paramètres
- pas
scalaire réel, le pas de temps
- Tmax
scalaire réel, le temps final de l'intervalle de génération
- sig
scalaire réel, l'écart-type du bruit
Description
noisegen() is obsolete. It will be removed from Scilab 6.1.x.
Please use grand() instead. Examples (clearer, shorter, and more powerful) follow:
100 10-point wide steps with random amplitudes of normal distribution of mean 1 and standard deviation 0.7: 40 15-point wide steps with random amplitudes of uniform distribution in [1 3], with initial level 0.5 and final level hold: |
noisegen()
génère une fonction Scilab b = Noise(t)
où Noise(t)
est une fonction constante par morceaux
(constante sur [k*pas, (k+1)*pas]
). Les valeurs de chaque intervalle
constant sont aléatoires, i.i.d Gaussiennes à écart-type sig
.
La fonction est constante pour t <= 0
et
t >= Tmax
.
Exemples
Exemple #1: noisegen()
Exemple #2: rand()
Vori aussi
Historique
Version | Description |
6.1.0 | noisegen() is obsolete. It will be removed from Scilab 6.1.x. Please replace it with grand() and .*. |
Report an issue | ||
<< grand | random | prbs_a >> |