discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Min and max value for the gr_vector_source_X


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Min and max value for the gr_vector_source_X
Date: Mon, 23 Oct 2006 22:31:47 -0700
User-agent: Mutt/1.5.9i

On Tue, Oct 24, 2006 at 12:35:51AM +0200, De Lima Julian wrote:
> Hello,
> 
> What are the minimum and maximum values for the data when we use the
> gr_vector_source_X? I do not find this information in the Doxygen
> documentation.
> 
> Thanks
> Julian De Lima

They are what ever the min and maxima are for the given data type.
E.g., for int, [-2^31, 2^31-1].  For float, it's the min and max ieee
float. 





reply via email to

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