<< Chapter < Page | Chapter >> Page > |
Revised: Fri Oct 16 23:15:53 CDT 2015
This page is included in the following books:
In one of my earlier modules titled Plotting Engineering and Scientific Data using Java , I published a generalized 2D plotting class that makes it easy to cause other programs todisplay their outputs in 2D Cartesian coordinates . I have used that plotting class in numerous modules since I published it. Hopefully, some of you have been using it as well.
In another of my earlier modules titled Plotting 3D Surfaces using Java , I presented and explained a 3D surface plotting class that is also very easy to use. I have used that class in severalmodules since then, and I will be using it in many future modules as well.
Plotting large quantities of data
One of the common requirements of engineering, technical, and scientific computing is to be able to plot and to examine very large quantities of data.This is particularly true in time-series analysis, spectral analysis, and digital signal processing ( DSP ). I will present and explain four separate Java classes in this module, which makeit very easy to plot and to examine large quantities of data in Java programs.
Notification Switch
Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?