With The Block Diagram Explain Basic Elements of DSP
With The Block Diagram Explain Basic Elements of DSP
The first step is to get an electrical signal. The transducer converts sound into an electrical
signal. You can use any transducer depending upon the case.
The next stage is a simple analog-to-digital converter (ADC). This unit takes in analog signals
and outputs a stream of binary digits.
The heart of the system is the digital signal processor. These days we use CMOS chips (even
ULSI) to make digital signal processors. In fact, modern processors, like the Cortex M4 have
DSP units built inside the SoC. These processor units have high-speed, high data
throughputs, and dedicated instruction sets.
The next stages are sort of the opposite of the stages preceding the digital signal processor.
The digital-to-analog converter does what its name implies. It’s necessary for the slew rate
of the DAC to match the acquisition rate of the ADC.
ADC:
ADCs convert analog inputs into a digital format that computers can recognize. Computers
only process digital information, they require digital input. Therefore, if an analog input is
sent to a computer, an analog-to-digital converter (ADC) is required. This device can take an
analog signal, such as an electrical current, and digitize it into a binary format that the
computer can understand.
DAC:
A DAC takes digital data and transforms it into an analog signal. Afterward, it sends that
analog signal to an amplifier. A computer gives the out as a digital signal but the other
device may not be work so that we need DAC which convert in analog form and may
procced. Most of the devices are function on analog form.
Digital Signal Processing is used everywhere. DSP is used primarily in arenas of audio signal,
speech processing, RADAR, seismology, audio, SONAR, voice recognition, and some financial
signals. For example, Digital Signal Processing is used for speech compression for mobile
phones, as well as speech transmission for mobile phones. DSP is also used in elite headset
equipment to protect users from hearing damage; the same suppression and enhancement
concept is equally important here. Leading industries in the field of hearing protection and
on-the-job communication such as sensear use Digital Signal Processing to create a safe,
quality communication experience. The purpose of Digital Signal Processing is to use as a
filter, to filter the analog signals from current time and space.
The cost of microprocessors, controllers and DSP processors are continuously going down.
For some complex control functions, it is not practically feasible to construct analog
controllers.
Single chip microprocessors, controllers and DSP processors are more versatile and
powerful.
Consider an analog signal, x(t) = 3cos 4000πt + 7sin 5000πt + 7sin 7000πt. If
the sampling rate is 12000 samples per second and quantized at 8 bits, find
i).Discrete values at any two points.
ii).Quantization error at these two points
Solution:
Here, we have analog signal x(t) = 3cos 4000πt + 7sin 5000πt + 7sin 7000πt
Sampling rate (fs) = 12000 sample per second
Number of bits = 8 bit
We can change or convert any analog signal to discrete signal by replacing t = nTs
For n= 0;
x(0) =3cos0 + 7sin0 + 7 sin0
=3
For n= 1;
x(1) = 3cos 4000π(1/12000) + 7sin 5000π(1/12000) + 7sin 7000π(1/12000)
= 15.022
= 15
Again for ii,
for n=0;
(delta)^2 = 2*Xmax/2^(n-1)
Quantization error = (delta) ^2/12
= 3/(12*2^7)
= 0.00195