Skip to content

Comment does not match function signature (Velocity_ZOH_wErrorCov) #8

Description

@ufechner7

Should the name of the first parameter be Vel or WindVel ?
Sould there be a parameter iT or not?

function Vel = getWindSpeedT(Vel, WindVelCholSig)
%GETWINDSPEEDT returns the wind speed at the respective turbine(s)
% WindVel        = previous wind speed 
% WindVelColSig  = Tn x Tn = col(Covariance Matrix)
% iT             = single value or array with turbine index / indices

Vel = Vel + (randn(1,length(Vel))*WindVelCholSig)';
end

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions