<< Chapter < Page
  Digital signal processing - dsp     Page 16 / 19
Chapter >> Page >
Listing 10. Dsp031.java.
/* File Dsp031.java Copyright 2004, R.G.BaldwinRevised 5/17/2004 Performs spectral analysis on five separate timeseries, each 400 samples in length. Each time series contains a pulse and the pulsesare different lengths. Each pulse consists of a truncated sinusoid. Thefrequency of the sinusoid for all pulses is the same.All frequency values are specified as type double as a fraction of the sampling frequency.The frequency of all sinusoids is 0.0625 times the sampling frequency.The lengths of the pulses are: 25 samples50 samples 100 samples200 samples 400 samplesThe spectral analysis computes the spectra at 400 equally spaced points between zero and thefolding frequency (one-half the sampling frequency).The results of the spectral analysis are multiplied by the reciprocal of the lengths ofthe individual pulses to normalize all five plots to the same peak value. Otherwise, theresults for the short pulses would be too small to see on the plots.Tested using J2SEE 1.4.2 under WinXP. ************************************************/import java.util.*; class Dsp031 implements GraphIntfc01{final double pi = Math.PI; int len = 400;//data length//Sample that represents zero time. int zeroTime = 0;//Low and high frequency limits for the // spectral analysis.double lowF = 0.0; double highF = 0.5;int numberSpectra = 5; //Frequency of the sinusoidsdouble freq = 0.0625; //Amplitude of the sinusoidsdouble amp = 160; //Following arrays will contain data that is// input to the spectral analysis process. double[]data1 = new double[len];double[] data2 = new double[len]; double[]data3 = new double[len];double[] data4 = new double[len]; double[]data5 = new double[len];//Following arrays receive information back // from the spectral analysis that is not used// in this program. double[]real; double[]imag; double[]angle; //Following arrays receive the magnitude// spectral information back from the spectral // analysis process.double[] mag1;double[] mag2;double[] mag3;double[] mag4;double[] mag5;public Dsp031(){//constructor //Create the raw datafor(int x = 0;x<len/16;x++){ data1[x]= amp*Math.cos(2*pi*x*freq); }//end for loopfor(int x = 0;x<len/8;x++){ data2[x]= amp*Math.cos(2*pi*x*freq); }//end for loopfor(int x = 0;x<len/4;x++){ data3[x]= amp*Math.cos(2*pi*x*freq); }//end for loopfor(int x = 0;x<len/2;x++){ data4[x]= amp*Math.cos(2*pi*x*freq); }//end for loopfor(int x = 0;x<len;x++){ data5[x]= amp*Math.cos(2*pi*x*freq); }//end for loop//Compute magnitude spectra of the raw data // and save it in output arrays. Note that// the real, imag, and angle arrays are not // used later, so they are discarded each// time a new spectral analysis is performed. mag1 = new double[len]; real = new double[len]; imag = new double[len]; angle = new double[len]; ForwardRealToComplex01.transform(data1,real,imag,angle,mag1,zeroTime,lowF,highF); mag2 = new double[len]; real = new double[len]; imag = new double[len]; angle = new double[len]; ForwardRealToComplex01.transform(data2,real,imag,angle,mag2,zeroTime,lowF,highF); mag3 = new double[len]; real = new double[len]; imag = new double[len]; angle = new double[len]; ForwardRealToComplex01.transform(data3,real,imag,angle,mag3,zeroTime,lowF,highF); mag4 = new double[len]; real = new double[len]; imag = new double[len]; angle = new double[len]; ForwardRealToComplex01.transform(data4,real,imag,angle,mag4,zeroTime,lowF,highF); mag5 = new double[len]; real = new double[len]; imag = new double[len]; angle = new double[len]; ForwardRealToComplex01.transform(data5,real,imag,angle,mag5,zeroTime,lowF,highF); }//end constructor//-------------------------------------------// //The following six methods are required by the// interface named GraphIntfc01. public int getNmbr(){//Return number of functions to process. // Must not exceed 5.return 5; }//end getNmbr//-------------------------------------------// public double f1(double x){int index = (int)Math.round(x); if(index<0 || index>mag1.length-1){ return 0;}else{ //Scale the magnitude data by the// reciprocal of the length of the sinusoid // to normalize the five plots to the same// peak value. return mag1[index]*16.0; }//end else}//end function //-------------------------------------------// public double f2(double x){int index = (int)Math.round(x); if(index<0 || index>mag2.length-1){ return 0;}else{ return mag2[index]*8.0; }//end else}//end function //-------------------------------------------//public double f3(double x){ int index = (int)Math.round(x);if(index<0 || index>mag3.length-1){ return 0;}else{ return mag3[index]*4.0; }//end else}//end function //-------------------------------------------//public double f4(double x){ int index = (int)Math.round(x);if(index<0 || index>mag4.length-1){ return 0;}else{ return mag4[index]*2.0; }//end else}//end function //-------------------------------------------//public double f5(double x){ int index = (int)Math.round(x);if(index<0 || index>mag5.length-1){ return 0;}else{ return mag5[index]*1.0; }//end else}//end function }//end sample class Dsp031

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