Hi all,
I ve got a small problem.I want to multiply 2 sine waves in the following manner:
Calculate the difference in amplitude between 2 samples ie 1 and 100 and calculate the same difference for another sine wave and multiply them.
The Signal is being acquired real time, so I should be able to multiply the differences for all the samples.like diff bet 100 n 200 then 200 and 300 so on
Only the Positive slope of the sine wave should be multiplied.Negative slope should be ignored and the multiplied sine wave should be displayed in a waveform chart.
I ve been trying this but I am unable to do it.This is kinda urgent,so any help would be appreciated.
I have no problem with the acquisition part.Only the Multiplication part is bothering me.
Thanks