10-05-2007 07:28 AM
10-05-2007 07:56 AM
Hi, can you post an example of your code? do you know the limits of the spectrum? what is the relationship between the index of the array being displayed and the start and stop frequency, because you should be able to either directly set the max and min limits, or if your array is 2D where the second dimension is frequency, you can extract an array subset from your start frequency to your end frequency and just display that subset: the graph should resize itself. Please give some more information, and if possible some sample code.
Good luck!
10-08-2007 08:29 AM