From: Steven on
Ok ive been working on this for a while and cant find anything on the internet to help me.

I have a chaotic circuit (chua's) in simulink and this outputs 3 numbers over a period of time. What i want to do is take these numbers (or even just one of these numbers) and somehow generate a sound wave which i can then combine with an wav file so the wav is lost in the white noise of the sound generated from the chua circuit. Is this kind of thing even possible within simulink?

Thanks.
From: Steven on
To make things simpler as i got confused reading that, i need to be able to generate a sound signal from a continuous stream of numbers. (i was thinking something along the lines of taking the number and converting it to a sound with frequency corresponing the the number that was outputted at that paticular moment in time thus creating random noise)