01-27-2009 05:34 PM
How to multiply sin and cos wave functions together
01-28-2009 01:56 AM
Hi Oli,
if you have to waveforms and you want to multiply them, then you can use the multiply function.
Mike
01-28-2009 02:08 AM
Like this:
01-28-2009 01:58 PM
Thanks a lot for replying
I'm completely lost. I'm have a DIFAR composite audio signal and i'm trying to demultiplex it to get the the components out of it. The components are the omni, N-S direction, E-W direction. How do i go about in Labview creating a demultiplexer. The audio signal is coming from a recorder connected to the computer through the mic jack. Any inputs to how to start a project like that would be really helpful. Thanks a lot for the help
01-28-2009 02:22 PM
what I meant by sine and cos functions are; sin[(30*pi*t)+Ø] and same with cosine.
Thanks a lot for the reply guys
02-17-2009 04:11 PM
any help would be greatly appreciated
Thanks again
02-17-2009 06:37 PM
OK, I'll give it a shot. Not really familiar with DIFAR signals -- are they at different frequencies?
My first thought would be to take an FFT of the signal, separate it by the frequencies of interest, and then reconstruct each of the signals of interest. But that won't work unless they are at different freqs.
-Matt
02-18-2009 12:44 PM
thanks a lot for replying matt
yes the DIFAR audio signals are at different frequencies. I have a implementation of a fft already done. How would I separate the frequencies of interest and reconstruct them?
There are three different signals in that signal that I need to pull out. So how would I separate frequencies?
Thanks in advance
Moe
02-18-2009 01:54 PM
02-18-2009 04:19 PM
I don't necessarly know the frequencies before hand. Thats why I need to do an FFT on it and then the peaks need to be filtered. So initially, the peaks of the FFT need to be identified first then get filtered.
Hope that kinda explains it
Thanks
moe