gr.noise_source_X



Available sources:

Usage:
gr.noise_source_c ( gr_noise_type_t type,
                    float amplitude,
                    long seed )


Available noise types:




Examples:

	noise01 = gr.noise_source_f ( gr.GR_GAUSSIAN, 1, 2482 )
Produces:







	noise02 = gr.noise_source_f ( gr.GR_IMPULSE, 100, 1843 )


Produces:







	noise03 = gr.noise_source_f ( gr.GR_UNIFORM, 100, 1843)


Produces:






	noise13 = gr.noise_source_f ( gr.GR_LAPLACIAN, 100, 1843 )


Produces: