URL
https://opencores.org/ocsvn/gng/gng/trunk
Subversion Repositories gng
[/] [gng/] [trunk/] [README] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
Gaussian Noise Generator (GNG) IP Core==================================================Introduction----------------------------------------The Gaussian Noise Generator core generates white Gaussian noise ofstandard normal distribution, which can be used to measure BER to extremelylow BER levels (~10-15). The core uses a 64-bit combined Tausworthe generatorand an approximation of the inverse normal cumulative distribution function,Directory organization----------------------------------------+ doc * design documents- sim * simulation files+ modelsim * ModelSim simulation directory+ c * C codes+ matlab * MATLAB codes and C MEX codes+ rtl * RTL codes (Verilog)+ tb * test bench codes (SystemVerilog)- syn * synthesis directory+ ise * Xilinx ISE project directoryAuthor----------------------------------------Guangxi Liu <guangxi.liu (at) opencores.org>
Go to most recent revision | Compare with Previous | Blame | View Log
