subject
Engineering, 04.11.2019 01:31 farhansayeed11

The manufacturer of a 2.1 mw wind turbine provides the power produced by the turbine (outputpwrdata) given various wind speeds (windspeeddata). linear and spline interpolation can be utilized to estimate the power produced by the wind turbine given windspeed.

assign outputpowerinterp with the estimated output power given windspeed, using a linear interpolation method. assign outputpowerspline with the estimated output power given windspeed, using a spline interpolation method.
ex: if windspeed is 7.9, then outputpowerinterp is 810.6 and outputpowerspline is 808.2.

function [ outputpowerinterp outputpowerspline ] = estimatewindturbinepower( windspeed )
% estimatewindturbinepower: estimates wind turbine output power using two interpolation methods
% inputs: windspeed - wind speed for power estimate
%
% outputs: outputpowerinterp - estimated output power using
% linear interpolation
% outputpowerspline - estimated output power using
% spline interpolation

windspeeddata = [ 0, 2, 4, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26,
28, 30 ]; % (m/s)
outputpwrdata = [ 0, 0, 14, 312, 546, 840, 1180, 1535, 2037, 2100, 2100,
2100, 2100, 2100, 2100, 0, 0, 0 ]; % (kw)

% assign outputpowerinterp with linear interpolation estimate of output power
outputpowerinterp = 0; % fixme

% assign outputpowerspline with spline interpolation estimate of output power
outputpowerspline = 0; % fixme

end

estimatewindturbinepower(7.9)

ansver
Answers: 2

Another question on Engineering

question
Engineering, 03.07.2019 14:10
If the thermal strain developed in polyimide film during deposition is given as 0.0044. assume room temperature is kept at 17.3 c, and thermal coefficient of expansion for the film and the substrate are 54 x 10^-6c^-1 and 3.3 x 10^-6c^-1respectively. calculate the deposition temperature.
Answers: 3
question
Engineering, 03.07.2019 19:30
When using the ohmmeter function of a digital multimeter, the leads are placed in what position relative to the component being tested? a. parallel b. control c. series d. line
Answers: 3
question
Engineering, 04.07.2019 18:10
The higher the astm grain-size number, the coarser the grain is. a)-true b)-false
Answers: 3
question
Engineering, 04.07.2019 18:10
Items are similar to the free issue items, but their access is limited. (clo5) a)-bin stock items free issue b)-bin stock controlled issue c)-critical or insurance spares d)-rebuildable spares e)-consumables
Answers: 1
You know the right answer?
The manufacturer of a 2.1 mw wind turbine provides the power produced by the turbine (outputpwrdata)...
Questions
question
Mathematics, 08.04.2020 00:59
question
Mathematics, 08.04.2020 00:59
Questions on the website: 13722367