Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
rebecca elliott

rebecca e.

Divider

Questions asked

BEST MATCH

Show regulation due to PKA phosphorylation of targets in pathways below (Use arrows for increase or decrease; +/- signs for activation/inhibition; enzyme name/abbreviations; key molecules for concentration goes up or down, again use arrows for up/down). Include PFK-1, PFK-2, FBP-1, FBP-2, PK, etc. (14 pts) Glycogen degradation Glycogen synthesis Gluconeogenesis Glycolysis

View Answer
divider
BEST MATCH

Which of the following is not true of Weber's thought? The fact that films must typically fit within established genres is an example of rationalization. The music industry is rationalized as we see with the focus on simple melodies and chord progressions. Society becomes more rational over time. To "rationalize" in Weber's thought means to make excuses for your bad behavior.

View Answer
divider
BEST MATCH

Problem Set 2 Name: \( \qquad \) Part 1-Multiple Choice (Adopted from Mankiw, various chapters). Please complete the midterm multiple choice quiz on the Canvas website at this link. Note you may find it useful to sketch graphs of the supply and demand, but these sketches are not required. NOTE-You may use this document as workspace for your answers, but please record your final answers in the online quiz at the above link. 1. Your opportunity cost of going to a movie is a. The price of the ticket b. The price of the ticket plus the cost of any soda and popcorn you buy at the theater c. The total cash expenditure needed to go to the movie plus the value of your time d. Zero, as long as you enjoy the movie and consider it a worthwhile use of time and money 2. A point inside the individual budget constraint is a. Efficient but not feasible b. Feasible but not efficient c. Both efficient and feasible d. Neither efficient nor feasible 3. Movie tickets and DVDs are substitutes. If the price of DVDs increases, what happens in the market for movie tickets? a. The supply curve shifts to the left b. The supply curve shifts to the right c. The demand curve shifts to the left d. The demand curve shifts to the right 4. If the economy goes into a recession and incomes fall, what happens in the markets for inferior goods a. Prices and quantities both rise b. Prices and quantities both fall c. Prices rise, quantities fall d. Prices fall, quantities rise 5. Which of the following might lead to an increase in the equilibrium price of jelly and a decrease in the equilibrium quantity of jelly sold a. An increase in the price of peanut butter, a complement to jelly b. An increase in the price of Marshmallow Fluff, a substitute for jelly c. An increase in the price of grapes, an input into jelly d. An increase in consumers' incomes, as long as jelly is a normal good

View Answer
divider
BEST MATCH

10-year-old Jaden loves to read, even when it's not required for school. He is constantly begging his parents for new books, and spends. summer afternoons in the library. His motivation can be described as q, q, â—» intrinsic extrinsic primary reward-based 10-year-old Jaden loves to read.even when it's not required for school.He is constantly begging his parents for new books,and spends summer afternoons in the library.His motivation can be described as @intrinsic extrinsic reward-based

View Answer
divider
BEST MATCH

Just need help 3 & 4 please!! Type this code into Python and verify that it generates samples of the signal b_(3)(t). Make two plots of the signal you generated: one should be a line plot versus time t (in seconds, stored in vector tt3) and the other should be a stem plot versus the discrete index n (stored in vector n3). Using the code described above as a model, write code to generate samples of the length 7 and length 13 Barker codes. Use the same sample period (0.01) that you used to generate the length 3 codes. Include plots of the signals b_(7)(t) and b_(13)(t) in your report. 2.3 Implementing matched filters for Barker codes The matched filter for the signal b[n] is defined as h_(MF)(t) = b[-n]. For the Barker codes above, b[n] was non-zero for n >= 0, thus it is easy to see that h_(MF)[n] will not be zero for n <= 0. This means that the matched filter will not be a causal system. Because b[n] has a finite length, we can fix this problem by delaying h_(MF)[n] enough to make it causal. This new causal version of the matched filter is defined as h_(MFC) = h_(MF)[n - n_(c)]. For each of the 3 Barker codes, and {b_(13)}, determine the value for n_(c) required to make their matched filters causal. Suppose that we apply a causal matched filter to a signal. How is the result related to the autocorrelation? In other words, if we compute phi_(causal)[n] = b[n] ** h_(MFC)[n], how is phi_(causal)[n] related to phi[n]? In Python, it is easy to generate the causal matched filter for a given signal. You can flip the data in the Barker code vector around to create the samples needed for the matched filter. For example, the code below creates the matched filter for the length 3 Barker sequence: hmf3 = b3[::-1] Use this or a similar command to generate the causal matched filters for the 3 Barker code signals. Plot the matched filters versus time and include the plots in your report. Note that you will have to define a time vector to plot your Barker code against. Use numerical convolution in Python to compute the causal autocorrelation (phi_(causal)[n] for each of the 3 Barker code signals by convolving each Barker code signal with the corresponding causal matched filters for that Barker code. For all Barker codes (defined as in Figure 1), the maximum peak of the autocorrelation is equal to the length of the signal (in seconds) divided by the sampling period (0.01 in this case), and all the other peaks are less than or equal to 1 divided by the sampling period. Having this type of autocorrelation is desirable for applications where the matched filter is used to estimate the time of arrival of a particular signal. Using your plots verify that phi_(causal) has a peak of the correct height at the appropriate time. You may find it easiest to plot the result of your convolution divided by the sampling frequency (f). Then the maximum peak will be equal to the length of the Barker code and the other peaks will be equal to 1. Not all signals have as nice autocorrelation properties as the Barker codes. Consider the signal s(t) shown below. Define this signal in Python and compute its causal autocorrelation via convolution using the causal matched filter for this signal. What do you observe? Include the plots in your report. bs(f) br(t) bia(t) Figure 1: Barker codes of length 3, 7, and 13. Type this code into Python and verify that it generates samples of the signal bs(e). Make two plots of the signal you generated: one should be a line plot versus time t (in seconds, stored in vector tt3) and the other should be a stem plot versus the discrete index n (stored in vector n3). 2. Using the code described above as a model, write code to generate samples of the length 7 and length 13 Barker codes. Use the same sample period (0.01) that you used to generate the length 3 codes. Include plots of the signals br(t) and b13(t) in your report. 2.3 Implementing matched filters for Barker codes The matched filter for the signal 6[] is defined as AMF(t) = b[n], For the Barker codes above, b[] was non-zero for n >= 0, thus it is easy to see that hsp[n] will not be zero for n >= 0. This means that the matched filter will not be a causal system. Because b[n] has a finite length, we can fix this problem by delaying hMF[n] enough to make it causal. This new causal version of the matched filter is defined as hypc = hyer[n - ne]. I. For each of the 3 Barker codes (b, b, and bs), determine the value for required to make their matched filters causal. Suppose that we apply a causal matched filter to a signal. How is the result related to the autocorrelation? In other words, if we compute caual[n] = b[n] - hypc[n], how is (causal[n] related to o[n]? 2. In Python it is easy to generate the causal matched filter for a given signal. You can flip the data in the Barker code vector around to create the samples needed for the matched filter. For example, the code below creates the matched filter for the length 3 Barker sequence: hmf3 = b3[::-1] Use this or a similar command to generate the causal matched filters for the 3 Barker code signals. Plot the matched filters versus time and include the plots in your report. Note that you will have to define a time vector to plot your Barker code against. 3. Use numerical convolution in Python to compute the causal autocorrelation (caual[n] for each of the 3 Barker code signals by convolving each Barker code signal with the corresponding causal matched filters for that Barker code. For all Barker codes (defined as in Figure 1), the maximum peak of the autocorrelation is equal to the length of the signal (in seconds) divided by the sampling period (0.01 in this case), and all the other peaks are less than or equal to 1 divided by the sampling period. Having this type of autocorrelation is desirable for applications where the matched filter is used to estimate the time of arrival of a particular nsedodeyeseeasd ne may find it easiest to plot the result of your convolution divided by the sampling frequency f=100Hz Then the maximum peak will be equal to the length of the Barker code and the other peaks will be equal to 1. 4. Not all signals have as nice autocorrelation properties as the Barker codes. Consider the signal s(t) shown below. Define this signal in Python and compute its causal autocorrelation via convolution using the causal matched filter for this signal. What do you observe? Include the plots in your report. s(t) Note that s(t) differs from the length 7 Barker code in just one time interval, yet you should find that its autocorrelation looks significantly different. Specifically, you should see that the absolute value of the peaks around the main peak are larger than for the Barker code signal.

View Answer
divider
BEST MATCH

If respiratory acidosis develops because of congestion in the lungs, why might the respiratory rate increase but not be effective in maintaining normal serum pH

View Answer
divider
BEST MATCH

9. Use Gauss's/Divergence Theorem to calculate $\iint_{\Sigma^+} \mathbf{F} \cdot d\mathbf{S}$, where \\ $\mathbf{F} = (x^2 - y + z, y^2 - z + x, z^2 - x + y)$ \\ and $\Sigma^+$ is the sphere $x^2 + y^2 + z^2 = R^2$ with positive (outward) orientation.

View Answer
divider
BEST MATCH

2. (15 Points) Consider Milton, who currently has the option work for pay. Milton's hourly wage rate is $25. Milton can potentially work any number of hours per day, from 0 hours to 24 hours. (a) (2 Points) Draw Milton's budget line. Make sure to clearly label your graph and axes. (b) (2 Points) Now, assume that Milton works a standard 8-hour workday. Add an indifference curve to your graph from part (a) reflecting Milton's daily labor decision. Again, be sure to label your graph clearly. (c) (3 Points) Due to strengthening economy, Milton receives a $2 raise. Now his hourly wage is $27. Explain how the income and substitution effects change Milton's incentive to sell his labor. (d) (3 Points) Draw Milton's new budget line. Additionally, draw an example of what an indifference curve will look like if the sub- stitution effect dominates the income effect. Make sure to clearly label your graph, especially with respect to how much labor Mil- ton supplies after the wage increase. (e) (2 Points) Suppose that Milton finds a cashiers check for $20 million when he leaves work one day. He is able to cash the check, and has calculated that he now has roughly $2,000 in daily non-wage income. Draw a budget line reflecting Milton's new non-wage income. (f) (3 Points) Milton quits his job after he finds that cashiers check. Using the budget line you drew in part (e), draw an example of an indifference curve that would correspond to Milton's decision to quit his job. In a sentence or two, use the income and/or sub- stitution effect to briefly explain Milton's decision to quit his job.

View Answer
divider
BEST MATCH

Texts: An art collection up for auction consists of 4 Dalis, 5 Van Goghs, and 6 Picassos. Five art collectors attended the auction. If an auditor takes note of the number of Dalis, Van Goghs, and Picassos acquired by each collector, how many different records can the auditor make if all the paintings were sold? I don't understand how to calculate what they are asking of me, so I would appreciate it if you could explain it to me in detail, please.

View Answer
divider
BEST MATCH

Question 2 Prove the following. Write your proof in step-reason format. Any amount of postage 12 cents or more can be made from 3-cent or 7-cent stamps.

View Answer
divider