Altera_Forum
Honored Contributor
16 years agoRAM memorie
Hii'll like to generate a White Gaussian noise in Matlab and store it in one of the ram memories of a stratix II DSP kit. Someone know how to do this, please help me.:o
you can either use the MegaWizard GUI to generate a RAM with your specs and specify a .hex or .mif memory initialization file (which you could generate with a script or .m file) or you can use an HDL template and initialize the RAM with an array containing your noise data.