<< Chapter < Page | Chapter >> Page > |
One of the more difficult aspects of engineering and scientific computing is displaying three-dimensional (3D) surfaces in ways that are meaningful to persons who need to view and to analyze those surfaces. The basic problem isthat it is necessary to display the 3D surface on a 2D media, such as a computer screen.
(At least that was true before the advent of 3D printers. However, as of October 2015, a 3D printer is not readily available for routine use by most people.)
Therefore, some compromise is always required.
Various approaches have been devised for accomplishing this objective including:
I will provide and explain a program in this module that makes it very easy to display a 3D surface as a Grayscale plot, a Color Shift plot, or a ColorContour plot. The program supports six different plotting formats. Three of those plotting formats are illustrated in Figure 1 .
(The images shown in Figure 1 are different views of the wave-number spectrum resulting from performing a 2D Fourier Transform on a box in thespace domain. The use of 2D Fourier Transforms will be the main topic of a future module.)
Figure 1. 3D views of a wave-number spectrum. |
---|
Figure 1 shows the same 3D surface plotted using three different plotting formats. Going from left to right, Figure 1 shows:
The plot on the left in Figure 1 is the old standby method in which the elevation of each point on the surface is represented by a shade of gray withthe highest elevation being white and the lowest elevation being black.
Notification Switch
Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?