This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About smoothing signals.
#2
if you locate the location of the Derived data plugin, you can find the subdirectory called 'calcs' and do some testing, for instance, you could copy "truewind.js" and rename it and then edit the file (a text editor is fine). Change the Optionkey, Title to something that references that this uses smoothed data, and then change the references to:

'environment.wind.speedApparent',
'environment.wind.angleApparent'

to the smoothed version,
and then the outputs:

return [
{ path: 'environment.wind.directionTrue', value: dir },
{ path: 'environment.wind.angleTrueWater', value: angle },
{ path: 'environment.wind.speedTrue', value: speed }
]
to smoothed versions and at this point in the Plugin config, you should be able to turn it on and see if it works the way you think it should work

once you have tested it, you could talk to some of the signal K guys and get it added to the Derived data plugin.
Reply


Messages In This Thread
About smoothing signals. - by pestsicola - 2023-04-26, 07:37 PM
RE: About smoothing signals. - by Techstyle - 2023-04-27, 03:45 AM
RE: About smoothing signals. - by PaddyB - 2023-04-27, 06:51 AM
RE: About smoothing signals. - by pestsicola - 2023-05-02, 09:16 PM
RE: About smoothing signals. - by tkurki - 2023-05-03, 11:53 AM
RE: About smoothing signals. - by pestsicola - 2023-05-07, 10:05 AM
RE: About smoothing signals. - by pestsicola - 2023-05-07, 07:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)