Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Write a Matlab program that calculates the peak-to-peak value of the servomotor shaft oscillation. The program must be fully documented with meaningful comments. In
3. Write a Matlab program that calculates the peak-to-peak value of the servomotor shaft oscillation. The program must be fully documented with meaningful comments. In other words your program wi take an array of 2000 elements (i.c. the filtered encoder readings) and calculate the peak to peak value. (Hint: One way is to identify the maximum and minimum value of the encoder signal over a number of cycles, for example 20. Then take the average to identify the average peak-to-peak value. There are also other ways of doing this such as RMS detection) 3. Write a Matlab program that calculates the peak-to-peak value of the servomotor shaft oscillation. The program must be fully documented with meaningful comments. In other words your program wi take an array of 2000 elements (i.c. the filtered encoder readings) and calculate the peak to peak value. (Hint: One way is to identify the maximum and minimum value of the encoder signal over a number of cycles, for example 20. Then take the average to identify the average peak-to-peak value. There are also other ways of doing this such as RMS detection)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started