<< Chapter < Page
  Digital signal processing - dsp     Page 6 / 14
Chapter >> Page >

What if both values are zero?

The code begins by testing to see if both the real and imaginary parts are equal to zero. If so, attempting to form the ratio of the imaginary part to thereal part would be meaningless. In this case, the code in Listing 1 simply sets the phase angle to a value of zero.

The atan method of the math class

If both the real and imaginary parts are not zero, then the ratio of the imaginary value to the real value is formed and passed as a parameter to the atan method of the Math class.

The atan method returns the angle in radians whose tangent matches the value received as a parameter. The angle that is returned is in therange from -pi/2 to +pi/2 (-90 degrees to +90 degrees) . The code in Listing 1 multiplies that angle in radians by 180.0/pi to convert the angle from radians to degrees.

Correction required for the quadrant

Although we have an intermediate answer at this point, we're still not finished. There is more work to do. The atan method simply uses the sign of its incoming parameter to decide whether to report the angle aspositive or negative, and it only covers angles in two quadrants (-90 degrees to + 90 degrees) . We know that the angle can actually be in any one of four quadrants (-180 degrees to +180 degrees) .

The first and third quadrants

For example, a positive ratio can result from a positive imaginary value and a positive real value, or from a negative imaginary value and a negative realvalue. Both of these would be reported by the atan method as being between 0 and 90 degrees when in fact, the negative imaginary value andthe negative real value means that the angle is actually between -90 degrees and -180 degrees.

The second and fourth quadrants

Similarly, a negative ratio can result from a negative imaginary value and a positive real value or from a positive imaginary value and a negative realvalue. Both of these would be reported by the atan method as being between 0 and -90 degrees when in fact, the positive imaginary value andthe negative real value means that the angle is actually between 90 degrees and 180 degrees.

An exercise for the reader

I will leave it as an exercise for the reader to work through the remaining code in Listing 1 to see how this code determines the proper quadrant and adjusts the angle appropriately, all the while maintaining the angle between-180 degrees and +180 degrees.

The program named Dsp034

I will discuss the program named Dsp034 in fragments. A complete listing of the program is provided in Listing 6 near the end of the module.

Due to the similarity of this program to programs explained in previous modules in this series, this discussion will be rather brief. Following adiscussion of the code, I will provide and explain some more spectral analysis results obtained by running the program with parameters read from the file named Dsp034.txt .

The beginning of the Dsp034 class

The beginning of the class, along with the declaration of several variables is shown in Listing 2 .

(Note that the class implements the interface named GraphIntfc01.)

Questions & Answers

Ayele, K., 2003. Introductory Economics, 3rd ed., Addis Ababa.
Widad Reply
can you send the book attached ?
Ariel
?
Ariel
What is economics
Widad Reply
the study of how humans make choices under conditions of scarcity
AI-Robot
U(x,y) = (x×y)1/2 find mu of x for y
Desalegn Reply
U(x,y) = (x×y)1/2 find mu of x for y
Desalegn
what is ecnomics
Jan Reply
this is the study of how the society manages it's scarce resources
Belonwu
what is macroeconomic
John Reply
macroeconomic is the branch of economics which studies actions, scale, activities and behaviour of the aggregate economy as a whole.
husaini
etc
husaini
difference between firm and industry
husaini Reply
what's the difference between a firm and an industry
Abdul
firm is the unit which transform inputs to output where as industry contain combination of firms with similar production 😅😅
Abdulraufu
Suppose the demand function that a firm faces shifted from Qd  120 3P to Qd  90  3P and the supply function has shifted from QS  20  2P to QS 10  2P . a) Find the effect of this change on price and quantity. b) Which of the changes in demand and supply is higher?
Toofiq Reply
explain standard reason why economic is a science
innocent Reply
factors influencing supply
Petrus Reply
what is economic.
Milan Reply
scares means__________________ends resources. unlimited
Jan
economics is a science that studies human behaviour as a relationship b/w ends and scares means which have alternative uses
Jan
calculate the profit maximizing for demand and supply
Zarshad Reply
Why qualify 28 supplies
Milan
what are explicit costs
Nomsa Reply
out-of-pocket costs for a firm, for example, payments for wages and salaries, rent, or materials
AI-Robot
concepts of supply in microeconomics
David Reply
economic overview notes
Amahle Reply
identify a demand and a supply curve
Salome Reply
i don't know
Parul
there's a difference
Aryan
Demand curve shows that how supply and others conditions affect on demand of a particular thing and what percent demand increase whith increase of supply of goods
Israr
Hi Sir please how do u calculate Cross elastic demand and income elastic demand?
Abari
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