From: FAISAL PEER MOAHMED on
Hi

I have plotted a high frequency data sampled using 50 MS/s having resolution of 10 bits. I can't view this 10 bits in the plot . Is there anyway to increase the resolution ?

Regards

Faisal
From: dpb on
FAISAL PEER MOAHMED wrote:
> Hi
>
> I have plotted a high frequency data sampled using 50 MS/s having
> resolution of 10 bits. I can't view this 10 bits in the plot . Is there
> anyway to increase the resolution ?

10 bits --> 1024 discrete measurements. What's your monitor resolution?

At 50M sampling rate, you'll overload the time axis resolution in a
heartbeat, too.

Look at what resolution your output device has and figure out how much
of a zoom factor you'll have to have to see however much precision you
think you need.

--
From: FAISAL PEER MOAHMED on
Thanks

I need 10 bit resolution. When I zoom , matlab shows same values at all points. Because the resolution of the plot is only 5 bits. My question here is how to increase the resolution of the plot ?

Regards

Faisal









dpb <none(a)non.net> wrote in message <i0l2ej$3d9$1(a)news.eternal-september.org>...
> FAISAL PEER MOAHMED wrote:
> > Hi
> >
> > I have plotted a high frequency data sampled using 50 MS/s having
> > resolution of 10 bits. I can't view this 10 bits in the plot . Is there
> > anyway to increase the resolution ?
>
> 10 bits --> 1024 discrete measurements. What's your monitor resolution?
>
> At 50M sampling rate, you'll overload the time axis resolution in a
> heartbeat, too.
>
> Look at what resolution your output device has and figure out how much
> of a zoom factor you'll have to have to see however much precision you
> think you need.
>
> --
From: dpb on
FAISAL PEER MOAHMED wrote:
....[top posting repaired; don't do that makes follow hard conversation]...

>
> dpb <none(a)non.net> wrote in message
> <i0l2ej$3d9$1(a)news.eternal-september.org>...
>> FAISAL PEER MOAHMED wrote:
>> > Hi
>> > > I have plotted a high frequency data sampled using 50 MS/s having
>> > resolution of 10 bits. I can't view this 10 bits in the plot . Is
>> there > anyway to increase the resolution ?
>>
>> 10 bits --> 1024 discrete measurements. What's your monitor resolution?
....

> I need 10 bit resolution. When I zoom , matlab shows same values at
> all points. Because the resolution of the plot is only 5 bits. My
> question here is how to increase the resolution of the plot ?
....

Me no follow...the data inside a plot is at the resolution of the data
passed to the plot function, whichever one was used. If there is 10
bits of resolution in the raw data, there's 10-bits of resolution in the
plot data object as it's a double with 52 mantissa bits.

There's a disconnect here somewhere but there is still a fundamental
issue of how many distinct pixels you can display in a plot axis -- the
17" monitor here is 1152x864 in normal setting; if the figure is full
screen the vertical axis is probably only a little over 2/3-rds the
height of the screen total which is only a little over half the
resolution you'd need to see every distinct possible value of the raw data.

Think we need some details on data, plotting technique, etc., to get a
better understanding of what are really asking.

whos 'x'

where 'x' is the variable you're trying to visualize might be a start...

--
From: FAISAL PEER MOAHMED on
Thanks

From my understanding Matlab plot has fixed resolution.

Faisal


"FAISAL PEER MOAHMED" <pfaisalbe(a)gmail.com> wrote in message <i0l1pg$pb3$1(a)fred.mathworks.com>...
> Hi
>
> I have plotted a high frequency data sampled using 50 MS/s having resolution of 10 bits. I can't view this 10 bits in the plot . Is there anyway to increase the resolution ?
>
> Regards
>
> Faisal