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, 04.07.2019 19:20
Apure substance is a)-mixture of various chemical elements or compounds b)-substance that has a fixed chemical composition throughout c)-mixture that is homogeneous (such as air) d)-all the answers
Answers: 3
question
Engineering, 06.07.2019 03:10
Tom is having a problem with his washing machine. he notices that the machine vibrates violently at a frequency of 1500 rpm due to an unknown rotating unbalance. the machine is mounted on 4 springs each having a stiffness of 10 kn/m. tom wishes to add an undamped vibration absorber attached by a spring under the machine the machine working frequency ranges between 800 rpm to 2000 rpm and its total mass while loaded is assumed to be 80 kg. a) what should be the mass of the absorber added to the machine so that the natural frequency falls outside the working range? b) after a first trial of an absorber using a mass of 35 kg, the amplitude of the oscillation was found to be 10 cm. what is the value of the rotating unbalance? c) using me-3.5 kg.m, find the optimal absorber (by minimizing its mass). what would be the amplitude of the oscillation of the absorber?
Answers: 1
question
Engineering, 06.07.2019 04:30
List three applications of coordinate measuring machine (cmm)
Answers: 3
question
Engineering, 06.07.2019 05:20
A200-mm wide strip 25 mm thick is fed through a rolling mill w/two powered rolls each of radius = 250 mm. the work thickness is to be reduced to 22 mm in one pass at a roll speed of 60 rev/min. the average flow stress of the work material, as it passes through the rolls is 175 mpa. the friction coefficient between rolls and work material is 0.20. 1, determine a)-if friction is sufficient for rolling.b)- if friction is sufficient: c)- calculate roll force i calculate roll torque. d)- calculate roll power.
Answers: 2
You know the right answer?
The manufacturer of a 2.1 mw wind turbine provides the power produced by the turbine (outputpwrdata)...
Questions
question
English, 10.12.2019 04:31
question
Arts, 10.12.2019 04:31