Plotting graphs

Hi

Please suggest good library and script to take forward / implement

  1. BER measurement Receiver
  2. Simulation of VSA plotting graph power vs time and power vs BER.
    Please recommend good plotting library.

Python implementation for GNU 3.1.3.

Regards
– Anand

=======================================================================
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.

On Wed, Nov 19, 2008 at 05:52:03PM +1300, Anand Gudimanchi wrote:

Hi

Please suggest good library and script to take forward / implement

  1. BER measurement Receiver

GNU Radio is a pretty good library :slight_smile:
Just write a receiver chain and compare bit inputs and outputs. The
latter is straightforward if you’ve implemented the former.

  1. Simulation of VSA plotting graph power vs time and power vs BER.
    Please recommend good plotting library.

Personally, I like matplotlib.

mb