Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab Work Recall the normal equation (ATA)-1 AT b, and fitting a curve with a second-order polynomial 1. First work with the perfect case,

image

Lab Work Recall the normal equation (ATA)-1 AT b, and fitting a curve with a second-order polynomial 1. First work with the perfect case, "p_without_noise": 1.1. Write a function called LS_estimation.m, with 1.1.1. Input: 1.1.1.1. 1.1.1.2. A matrix b vector 1.1.2. Output: x 1.2. Construct your A matrix and b vector for this case, and show your estimated a[0], v[0], and p[0] 1.3. Plot the original data (from the .mat file) and your estimated position over time 1.3.1. The X-axis should be the time index (1-100), or time in seconds (0~9.9 seconds) 1.3.2. Y-axis should be the position 1.3.3. Use "legend" to label original data and your estimated position 2. Then work with the noisy data, "p_with_noise": 2.1. Use the same LS_estimation.m function above, show your estimated a[0], v[0] and P[0] 2.2. Plot the original data and your estimated position over time 2.2.1. The X-axis should be time index (1-100), or time in seconds (0~9.9 seconds) 2.2.2. Y-axis should be the position 2.2.3. Use "legend" to label original data and your estimated position

Step by Step Solution

There are 3 Steps involved in it

Step: 1

To complete the lab work you will need to write a MATLAB function called LSestimationm Heres an exam... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Vector Mechanics for Engineers Statics and Dynamics

Authors: Ferdinand Beer, E. Russell Johnston, Jr., Elliot Eisenberg, William Clausen, David Mazurek, Phillip Cornwell

8th Edition

73212229, 978-0073212227

More Books

Students also viewed these Mechanical Engineering questions

Question

9.1 Create an audience-focused message

Answered: 1 week ago