| c# Programming Glossary: sineCreating sine or square wave in C# http://stackoverflow.com/questions/203890/creating-sine-or-square-wave-in-c-sharp  sine or square wave in C#  How do I generate an audio sine or square.. sine or square wave in C#  How do I generate an audio sine or square wave of a given frequency I am hoping to do this to.. use NAudio and create a derived WaveStream that outputs sine or square waves which you could output to the soundcard or write.. 
 What is the fastest way to compute sin and cos together? http://stackoverflow.com/questions/2683588/what-is-the-fastest-way-to-compute-sin-and-cos-together  sin and cos together  I would like to compute both the sine and co sine of a value together for example to create a rotation.. cos together  I would like to compute both the sine and co sine of a value together for example to create a rotation matrix.. AMD processors have instruction FSINCOS for calculating sine and cosine functions simultaneously. If you need strong optimization.. 
 Real low level sound generation in C#? http://stackoverflow.com/questions/3743591/real-low-level-sound-generation-in-c  0xff  Debug.Assert b totalSize return wav  Create a simple sine wave static void CreateSamples out short left out short right.. 
 Writing musical notes to a wav file http://stackoverflow.com/questions/4974531/writing-musical-notes-to-a-wav-file  at a point in space at a given time. Wait a minute though sine goes from 1 to 1 so the samples go from 256 to 256 and that.. does the sample attain a value of 255 or close to it Well sine is 1 at 2 5 2 9 2 13 2 and so on. So the peaks are whenever.. is the maximum pressure attained by the wave a tone is a sine wave of a given frequency the frequency in Hz is the sample.. 
 Use convolution to find a reference audio sample in a continuous stream of sound http://stackoverflow.com/questions/5847570/use-convolution-to-find-a-reference-audio-sample-in-a-continuous-stream-of-sound  value while the remaining samples are zero or a pure sine wave you will see that the result of the cross correlation is.. 
 Fixed point math in c#? http://stackoverflow.com/questions/605124/fixed-point-math-in-c  seen a solid C# library for things like calculating cosine and sine. My needs are simple I need the basic operators plus.. a solid C# library for things like calculating cosine and sine. My needs are simple I need the basic operators plus cosine.. My needs are simple I need the basic operators plus cosine sine arctan2 PI... I think that's about it. Maybe sqrt. I'm.. 
 |