Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/22/2021 in all areas

  1. One additional option here is to hold the last valid value until a new one appears. The formula below allows you to mix in step interpolation characteristics for gaps into a linearly interpolated signal. $gaps = $signal.isNotValid().removeLongerThan(30d).move(-1ns,0) $holdSignal = $signal.aggregate(startValue(),$gaps,durationkey()) $signal.validValues().splice($holdSignal,$gaps)
    1 point
This leaderboard is set to Los Angeles/GMT-07:00
×
×
  • Create New...