Poisson Integer Generator
Generate Poisson-distributed random integers
Libraries:
      Communications Toolbox / 
      Comm Sources / 
      Random Data Sources
   
Description
The Poisson Integer Generator block generates random integers using a Poisson distribution. The probability of generating a nonnegative integer k is , where λ is a positive number known as the Poisson parameter.
When you use this block to generate noise in a binary transmission channel, typical values for the Poisson parameter(Lambda) parameter are much less than 1.
Examples
Limitations
- To use this block in a For Each Subsystem (Simulink) you must set - Source of initial seedto- Autoand the model to- Normalor- Acceleratorsimulation mode. This ensures that each run will generate independent noise samples.
Ports
Output
Parameters
Block Characteristics
| Data Types | 
 | 
| Multidimensional Signals | 
 | 
| Variable-Size Signals | 
 | 
More About
Tips
Set Source
                                of initial seed to Parameter
                        and make sure that all blocks have different Initial seed values when running simulations in
                        parallel using the parsim (Simulink) function, such
                        as for Monte Carlo simulation runs.
Otherwise, the different workers may generate the same random numbers (leading to misleading results) for these model configurations:
- If the model is in rapid accelerator mode. 
- If this block has Simulate using set to - Code generationand Source of initial seed set to- Auto.
For more information, see Choosing a Simulation Mode (Simulink).
Extended Capabilities
Version History
Introduced before R2006aSee Also
Blocks
Functions
- poissrnd(Statistics and Machine Learning Toolbox)
Topics
- Sinks
- Choosing a Simulation Mode (Simulink)


