Hey guys,
im working on a workbook and did some maths. I had found a formula that seperates the dampervelocitys into high- and lowspeed. Looking like this for the highspeed part:
choose('Damper Vel FL' [mm/s] > 0,derivative(filter_hp('Susp Pos FL' [mm],.5)),invalid())
now i wanted to make a constant for the cutoff-frequency to not have to change every single expression in the case i find some better value than 0.5. The moment i integrated the constant in my expressions my motec freezed as soon as i opened a worksheet with channels that were using this expressions.
Why is this happening? Shouldn't the constant be treaten exactly as the raw number?
Cheers,
Denis