World's only instant tutoring platform
Search questions and Textbooks
dropdown-logo
Get 2 FREE Instant-Explanations on Filo with code FILOAPP
Question

Question asked by Filo student

I need help on this MATLAB problem, please help!

  1. PROBLEM STATEMENT: PART ONE
  2. 1. Consider the signal [n] = 4cos(n) + 6sin(n). Represent, but do not print out, this signal using a list of time values and a list of signal values from n = -240 to n = 240. Call the list of time values "n" and the list of signal values "x".
  3. 2. Determine and print out the time value(s) where the maximum value of this signal occurs. Let "xmin" denote the minimum value of this signal and let "nmin" be the time value(s) where this minimum occurs. Use MATLAB to determine and print out these values, including the names of the variables.
  4. 3. Let "nzero" denote the time values where [n] is closest to zero. Use MATLAB to determine and print out these time values, including the name of the variable. Hint: [n] is closest to zero at the time values where x[n] is minimum.
tutor 0tutor 1tutor 2
Found 7 tutors discussing this question
Discuss this question LIVE
9 mins ago
Video Solution

Filo tutor solution

Learn from their 1-to-1 discussion with Filo tutors.

Solution Available
Generate FREE solution for this question from our expert tutors in next 60 seconds
Don't let anything interrupt your homework or exam prep with world’s only instant-tutoring, available 24x7

Practice more questions on All topics

View more
filo Logo

Students who ask this question also asked

Question 1
Views

Views: 5,434

Can someone help me? A use of rows is to obtain an approximate value for a (convergent) row by calculating the final sum aj i = no ou =! One difficulty with this method is knowing how large n must be to obtain sufficient accuracy. This is often given as how many current digits, or how many decimal places we need. A practical way to do this is to see which decimals do not change if we increase n (a lot), for example, it doubles. The method is not safe and can potentially give completely wrong answers, but in practice, it almost always works. Practitioners (engineers and physicists) like this method, while mathematicians are often a little more skeptical. In this thesis, I will suppress my skepticism and ask you to use this method to find the sum of the row + 25/+3 with 4 decimal places accuracy. i = 23 - 20i + 2 - 3. This should be done by starting with the upper limit n = 2 = 2 then double the number of joints repeatedly until the difference between the last two estimates is less than 10 = 0.001. What is the smallest number k so that the difference 25i + 3 25i + 3 60 3 23 - 201 + 2 /= 2 3 - 201 + 2? Some hints: One way to calculate a sum is by def sum(n0, n): 0 = uawwns for i in range(n0, n + 1): summen = summen + a(i) return summen - 3 is less than 10? a i is a function expression for the i-th clause, and must, of course, be adjusted according to the thesis text: It is best if you manage to automate the search with a while loop that stops when the difference is small enough, but a partially manual variant also works (but you have to count on some repetitions).
View more
Question Text
I need help on this MATLAB problem, please help!
TopicAll topics
SubjectPhysics
ClassClass 12