Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ transform
Function
transform
app/rcc/scripts/transforms/js/ema.js:18–24 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
16
var
ema;
17
18
function
transform(value) {
19
if
(ema === undefined)
20
ema = value;
21
22
ema = alpha * value + (1 - alpha) * ema;
23
return
ema;
24
}
Callers
15
transform
Method · 0.50
transform_real
Method · 0.50
transform
Method · 0.50
operator()
Method · 0.50
ChannelHierarchies
Method · 0.50
Attachments
Method · 0.50
FileHistories
Method · 0.50
Events
Method · 0.50
ChannelHierarchies
Method · 0.50
DataGroups
Method · 0.50
zh_CN.ts
File · 0.50
sv_SE.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected