<< Chapter < Page
  Digital signal processing - dsp     Page 4 / 24
Chapter >> Page >

( Figure 4 shows the values read from the file named Dsp029.txt and displayed in an improved format.)

In this case, the third frequency in the list is one-half the sampling frequency, which is the folding frequency. The two frequencies on either side ofthat one have values that are symmetrical about the folding frequency.

Figure 4. A new set of frequency values.
Data length: 50 Number sinusoids: 5Frequencies 0.1250.25 0.50.75 0.875Amplitudes 90.090.0 90.090.0 90.0

The program output

The five horizontal plots in Figure 5 show the result of running the program named Dsp029 with the frequencies shown in Figure 4 .

Figure 5. Program output for five sinusoids.
missing image

The center plot in Figure 5 is the sampled representation of the folding frequency.

The top two plots in Figure 5 are obviously the sampled representations of the two lower frequencies specified by the first two frequencies in Figure 4 .

Not so obvious ...

However, it is not so obvious that the bottom two plots in Figure 5 are the sampled representations of the two higher frequencies specified by the last twofrequencies in Figure 4 . They look exactly like the top two plots but in reverse order.

Unable to distinguish ...

Frequencies above one-half the sampling frequency are not distinguishable by viewing the sampled data. In fact, they are converted to lower frequencies bysampling process. The new lower frequencies fold around a point in the frequency spectrum given by one-half the sampling frequency. That is why it is called thefolding frequency. (In 1933, this frequency was named after scientist Harry Nyquist .)

One more example

Let's look at one more example of plotted sinusoids. Consider the frequency values shown in Figure 6 . The second and third frequencies are symmetrical about the sampling frequency. The fourth and fifth frequencies are symmetrical abouttwice the sampling frequency. The first frequency value is the same distance from zero as the other four frequencies are from the sampling frequency andtwice the sampling frequency.

Figure 6. One more example.
Data length: 50 Number sinusoids: 5Frequencies 0.10.9 1.11.9 2.1Amplitudes 90.090.0 90.090.0 90.0

The program output

Figure 7 shows the output produced by running the program named Dsp029 with the frequency parameters specified by Figure 6 .

Figure 7. Program output for five sinusoids.
missing image

The sinusoids are indistinguishable

Although the actual frequencies of the five cosine functions are significantly different, once they are sampled, they are indistinguishable. Thesampling process converts the actual frequencies to new frequencies that not only fold around one-half the sampling frequency, they also fold around allmultiples of one-half the sampling frequency.

Beginning of the class named Dsp029

The program named Dsp029 is provided in Listing 16 near the end of the module. I will break the program down and explain it in fragments,beginning with the fragment shown in Listing 1 .

Listing 1. Beginning of the class named Dsp029.
class Dsp029 implements GraphIntfc01{ final double pi = Math.PI;//for simplification//Begin default parameters int len = 400;//data lengthint numberSinusoids = 5; //Frequencies of the sinusoidsdouble[] freq = {0.1,0.25,0.5,0.75,0.9};//Amplitudes of the sinusoids double[]amp = {75,75,75,75,75}; //End default parameters

Questions & Answers

how do you get the 2/50
Abba Reply
number of sport play by 50 student construct discrete data
Aminu Reply
width of the frangebany leaves on how to write a introduction
Theresa Reply
Solve the mean of variance
Veronica Reply
Step 1: Find the mean. To find the mean, add up all the scores, then divide them by the number of scores. ... Step 2: Find each score's deviation from the mean. ... Step 3: Square each deviation from the mean. ... Step 4: Find the sum of squares. ... Step 5: Divide the sum of squares by n – 1 or N.
kenneth
what is error
Yakuba Reply
Is mistake done to something
Vutshila
Hy
anas
hy
What is the life teble
anas
hy
Jibrin
statistics is the analyzing of data
Tajudeen Reply
what is statics?
Zelalem Reply
how do you calculate mean
Gloria Reply
diveving the sum if all values
Shaynaynay
let A1,A2 and A3 events be independent,show that (A1)^c, (A2)^c and (A3)^c are independent?
Fisaye Reply
what is statistics
Akhisani Reply
data collected all over the world
Shaynaynay
construct a less than and more than table
Imad Reply
The sample of 16 students is taken. The average age in the sample was 22 years with astandard deviation of 6 years. Construct a 95% confidence interval for the age of the population.
Aschalew Reply
Bhartdarshan' is an internet-based travel agency wherein customer can see videos of the cities they plant to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400 a. what is the probability of getting more than 12,000 hits? b. what is the probability of getting fewer than 9,000 hits?
Akshay Reply
Bhartdarshan'is an internet-based travel agency wherein customer can see videos of the cities they plan to visit. The number of hits daily is a normally distributed random variable with a mean of 10,000 and a standard deviation of 2,400. a. What is the probability of getting more than 12,000 hits
Akshay
1
Bright
Sorry i want to learn more about this question
Bright
Someone help
Bright
a= 0.20233 b=0.3384
Sufiyan
a
Shaynaynay
How do I interpret level of significance?
Mohd Reply
It depends on your business problem or in Machine Learning you could use ROC- AUC cruve to decide the threshold value
Shivam
how skewness and kurtosis are used in statistics
Owen Reply
yes what is it
Taneeya
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