Skip to content

Commit

Permalink
Revert "Reduce WSE filter to 10s time constant"
Browse files Browse the repository at this point in the history
This reverts commit 1030f5c.
  • Loading branch information
nikhar-abbas committed Dec 1, 2020
1 parent 6f052fa commit 2c94dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ SUBROUTINE PreFilterMeasuredSignals(CntrPar, LocalVar, objInst)
LocalVar%FA_AccHPF = HPFilter(LocalVar%FA_Acc, LocalVar%DT, CntrPar%FA_HPFCornerFreq, LocalVar%iStatus, .FALSE., objInst%instHPF)

! Filter Wind Speed Estimator Signal
LocalVar%We_Vw_F = LPFilter(LocalVar%WE_Vw, LocalVar%DT, 0.6283, LocalVar%iStatus,.FALSE.,objInst%instLPF) ! 30 second time constant
LocalVar%We_Vw_F = LPFilter(LocalVar%WE_Vw, LocalVar%DT, 0.209, LocalVar%iStatus,.FALSE.,objInst%instLPF) ! 30 second time constant


! Control commands (used by WSE, mostly)
Expand Down

0 comments on commit 2c94dd7

Please sign in to comment.