discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Question about UHD output data type.


From: 周亮
Subject: [Discuss-gnuradio] Question about UHD output data type.
Date: Tue, 19 Oct 2010 16:43:11 +0800

Hi,

I met a strange problem about UHD output data. I write the sampler program according to rx_timed_samples.cpp and use int 16 bits as io type as in command:

size_t num_rx_samps = dev->recv(
                  buff, sizeof(buff),
                  md, uhd::io_type_t::COMPLEX_INT16,
                  uhd::device::RECV_MODE_ONE_PACKET
                  );

Then I checked the output data and found that samples seems to be the int 8 bit data since the minimum step is 0.0078125, which is equal to 2 power of -7. What could be the reason for this?

Thank you for your help!

Liang

reply via email to

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