<< Chapter < Page
  Digital signal processing - dsp     Page 18 / 24
Chapter >> Page >
  • Because it uses an FFT algorithm, Dsp030 is much less flexible than Dsp028 , particularly with respect to data length and selection of the frequencies of interest.
  • Because it uses an FFT algorithm, Dsp030 is much faster than Dsp028 , particularly when used to perform spectral analysis on long data lengths.

A complete listing of Dsp030 is provided in Listing 22 .

Description of the program named dsp030

This program uses an FFT algorithm to compute and display the magnitude of the spectral content for up to five sinusoids having different frequencies andamplitudes. (See the program named Dsp028 for a program that does not use an FFT algorithm.)

The input parameters

The program gets input parameters from a file named Dsp030.txt . If that file doesn't exist in the current directory, the program uses a set ofdefault parameters.

Each parameter value must be stored as characters on a separate line in the file named Dsp030.txt . The required input parameters are shown in Figure 16 . (Contrast this with the required input parameters for Dsp028 shown in Figure 12 .)

Figure 16. Required input parameters for Dsp030.
Data length as type int (must be a power of 2) Number of spectra as type int. Max value is 5.List of sinusoid frequency values as type double. List of sinusoid amplitude values as type double.

Note that in contrast with Figure 12 , the required input parameters for Dsp030 do not include the sample number representing zero time, the lower frequency bound for computation of the spectra, and the upperfrequency bound for computation of the spectra.

(The computational frequency range cannot be specified for the FFT algorithm. It always computes the spectra from zero to one unit less thanthe sampling frequency.)

Restrictions on the data length

Note also that the data length must always be a power of two. Otherwise, the FFT algorithm will fail to run properly.

(This restriction is an important contributor to the speed achieved by the FFT algorithm.)

The sinusoidal frequency values

As with Dsp028 , the number of values in each of the lists must match the value for the number of spectra.

All frequency values are specified as a double representing a fractional part of the sampling frequency.

Figure 17 shows the parameters used to produce the spectral analysis plots shown later in Figure 18 .

(Note that the data length is a power of two as required by the FFT.)

Figure 17. Example input parameters.
256 50.1 0.20.3 0.50.005 9090 9090 90

The plotting program

The plotting program that is used to plot the output data from this program requires that the program implement GraphIntfc01 . For example, the plotting program named Graph03 can be used to plot the data produced by this program. This requires that you enter the following at thecommand line prompt after everything is compiled:

java Graph03 Dsp030

The plotting program named Graph06 can also be used to plot the data produced by this program, requiring that you enter the following at thecommand line prompt:

java Graph06 Dsp030

The transform method

A static method named transform belonging to the class named ForwardRealToComplexFFT01 is used to perform the actual spectral analysis. The method named transform implements an FFT algorithm. As mentioned above, the FFT algorithm requires that the data lengthbe a power of two. This method will be discussed very briefly later.

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Digital signal processing - dsp. OpenStax CNX. Jan 06, 2016 Download for free at https://legacy.cnx.org/content/col11642/1.38
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?

Ask