discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Convert recorded FM wav file to I,Q values


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Convert recorded FM wav file to I,Q values
Date: Fri, 30 Jun 2017 22:29:39 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 06/28/2017 10:55 PM, Jahnavendra Mattipa wrote:
> Hello all,
>    Is there any possibility to convert the recorded FM 'wav' file to I,Q
> values, if possible please tell me how to do this?

Well it depends upon what you mean by 'wav' file.

For a real valued signal with constant amplitude - my guess as to what
you mean, namely

 Acos(wt+phi)

use the trigonometric identity

  cos(wt+phi)=cos(wt)cos(phi)-sin(wt)sin(phi)

- which is easy to derive from complex exponentials.

Then set

  I=Acos(phi)
  Q=Asin(phi)

Hence

  Acos(wt+phi)=Icos(wt)-Qsin(wt)

-- Cinaed

> 
> 
> Best reagards,
> M. Jahnvendra
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]