Skip to content

Commit

Permalink
WE_CornerFreq update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 20, 2019
1 parent cfa8efe commit f59093e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ControllerBlocks.f90
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ SUBROUTINE WindSpeedEstimator(LocalVar, CntrPar, objInst)
! Allocate Variables
REAL(4) :: F_WECornerFreq ! Corner frequency (-3dB point) for first order low pass filter for measured hub height wind speed [Hz]
! Define Variables
F_WECornerFreq = 1 ! Fix to 1Hz for now

F_WECornerFreq = 0.04 ! Fix to 20 second time constant for now
! Define wind speed estimate
IF (CntrPar%WE_Mode == 1) THEN
! Inversion and Invariance Filter implementation
Expand Down

0 comments on commit f59093e

Please sign in to comment.