Content deleted Content added
No edit summary |
|||
Line 11:
Using a lower sampling rate can efficiently reduce the number of samples to be processed at one time and thereby decreasing the computation complexity. However, this can lead to the aliasing problem in the [[Nyquist–Shannon sampling theorem|sampling theorem]] and make a poor quality of outputs. In some applications, such as military radars, we are eager to have highly precise and accurate results. In such cases, using a lower sampling rate in multidimensional DSP is not allowable.
==== Adopting
In order to accelerate multidimensional DSP computations, using dedicated
==== GPU Acceleration ====
GPUs are originally designed to accelerate image processing and video rendering. Moreover, since modern GPUs' have good ability to perform numeric computations in parallel with a relatively low cost and better energy efficiency, GPUs are becoming a popular alternative-approach to replace supercomputers performing multidimensional DSP.
== Approaches ==
|