DSP processors and their characteristics

The processing of the various signals is carried out through implements that are together called DSP hardware. This includes the hardware that is used for transmission of signals, multiple devices that are used to enhance or filter the signals, analog to digital and digital to analog converters, and other processing equipment such as computers.

Among the hardware mentioned above, digital signal processors are the ones in which the actual processing occurs. Usually, the digital signal processors today have the following characteristics:

  • They are equipped to handle real-time processing, i.e., they can give the optimal performance even when streaming data is being fed into them.
  • The memories that are used to store programs are different from the ones used to store data.
  • They do not provide hardware that supports multitasking.
  • It can be used as a direct memory access device in supporting or host environments.
  • They take analog signals as input, convert them into the digital form, process the signals, and then, Specific them back into the analogous form.
  • They make use of the Direct Memory Access technique.
Schematic_Diagram_Signal_Processing_System

The digital signal processors usually have architecture so as to optimise the following features:

  • A unit that can handle floating numbers is present directly in the data flow path.
  • The accumulators or multipliers that are present are highly parallel.
  • Specialized hardware is included to carry looping at a little cost.
  • Their architecture is specially designed so that fetching multiple data at the same time is possible.
  • The calculations are usually carried out by fixed point arithmetic process to speed them up.
  • Most of the registers present in computers today move the data to the lower-most bit if an overflow occurs. However, in digital signal processors, the overflow is retained at the maximum point itself.
  • Specialized instructions are present for modulo and reversed bit addressing.
Signal_Processing_Device

These days, many modifications are being made to the digital signal processors to function at a higher speed. The speed, however, varies from one processor to the other. Some of the fastest ones are capable of processing over 8000 million instructions per second.

The quality digital signal processors can be interfaced with a variety of other devices, buses, etc. Even though they can be modified to handle floating-point numbers, many can perform only fixed-point arithmetic as the range provided by the fixed point numbers is sufficient to handle all the signal data. Usually, when a floating-point system is integrated, the software becomes cheaper; however, the hardware cost is higher.

The DSP hardware is usually in the form of ICs or Integrated Circuits; however, they can also be constructed using Field Programmable Gate Arrays. In the times to come, digital processors are sure to undergo a large number of changes to support the growing needs generated by other developments in technology.

Leave a Reply