Re: [USRP-users] Gnu radio IQ streaming

2017-12-11 Thread Kyeong Su Shin via USRP-users
--- > *From:* Anon Lister > *Sent:* Monday, December 11, 2017 7:34 PM > *To:* Benny Alexandar > *Cc:* usrp-users > *Subject:* Re: [USRP-users] Gnu radio IQ streaming > > Add a multiply block after ishort and multiply by 1.0/(2**15-1) or > thereabouts. (If

Re: [USRP-users] Gnu radio IQ streaming

2017-12-11 Thread Benny Alexandar via USRP-users
Sent: Monday, December 11, 2017 7:34 PM To: Benny Alexandar Cc: usrp-users Subject: Re: [USRP-users] Gnu radio IQ streaming Add a multiply block after ishort and multiply by 1.0/(2**15-1) or thereabouts. (If you only are using 14 bits of that 16 b, do 14) On Dec 10, 2017 07:00, "Benny Alexanda

Re: [USRP-users] Gnu radio IQ streaming

2017-12-11 Thread Anon Lister via USRP-users
Add a multiply block after ishort and multiply by 1.0/(2**15-1) or thereabouts. (If you only are using 14 bits of that 16 b, do 14) On Dec 10, 2017 07:00, "Benny Alexandar via USRP-users" < usrp-users@lists.ettus.com> wrote: > Hi, > > I want to stream an IQ file base band signal using usrp. The f

[USRP-users] Gnu radio IQ streaming

2017-12-10 Thread Benny Alexandar via USRP-users
Hi, I want to stream an IQ file base band signal using usrp. The format of IQ signal is 16bit complex values of I and Q each interleaved and having sample rate of 48kHz stored in a file as follows [IQIQIQ]. I created a flow graph in usrp by selecting file block as source and used the block