Poisson noise
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Generate a Poisson noise signal
Description
"Poisson noise" generates a noise sequence of integer numbers
having a Poisson probability distribution
with
being the expectation value (E).
The input parameters are
- Length N (in samples) and
- Expectation E.
Macro Synopsis
y = PoissonNoise(N,E);
signal y;
int N;
float E;
Modules
Student, Professional
Related Functions
Fractal noise, Gaussian noise,
Grey noise, Uniform noise.