Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following data in the pictures are obtained from a certain sensor equipment and given in a MATLAB data file is as shown below: Values

The following data in the pictures are obtained from a certain sensor equipment and given in a MATLAB data file is as shown below: image text in transcribed

image text in transcribed

Values for W and V continue up to 100000 value , the values shown above are just a sample . The final value for V is 10 , and the final value for W is 8.0481. There are two variables in the data file, V and W. V is a certain independent variable in the sensor system and W is the observation variable that is affected by the variable V.

1. By using curve fitting method, find mathematical model using i) Power law model, ii) Exponential model and iii) Saturation growth rate model. For each of the mathematical model :

a. Linearize the data and calculate the coefficients(values of 1 and 0) that minimizes the error between the model and the data. Discuss all steps to obtain these variables for each model using MATLAB. Do not use polyfit function.

b.The final equation for each model.

c.The linear fit ^2 value for each model.

d. Plot the graph using each model. Include the sample data plot in each of the plot (Use the dot plot for the sample data. Example: plot(x,y,.) ). Use appropriate scaling to observe the data.

Please , in the MATLAB code use suitable variables and documentation

I 1x100000 double 1 8 9 12 16 18 2 1.0000 3 1.0000 4 1.0001 5 1.0001 6 1.0001 7 1.0001 10 1.0002 11 1.0002 13 1.0003 14 1.0003 15 1.0003 17 1.0004 19 1.0004 20 1.0004 1 1 1.0002 1.0002 1.0003 1.0003 1.0004 W 1x100000 double 1 2 3 4 6 7 8 9 11 12 15 16 19 20 5 0.0088 10 0.0123 13 0.0086 14 0.0104 17 0.0112 18 0.0087 1 0.0104 0.0113 0.0103 0.0138 0.0158 0.0144 0.0084 0.0126 0.0073 0.0077 0.0137 0.0090 0.0098 0.0106

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

How does the concept of hegemony relate to culture?

Answered: 1 week ago