-- @/lua/common/filters.lua:157
function newFreqExists()
local data = { s_prev = 0, s_prev2 = 0, cycleDt = 0, lastAmpl = 0, N = 0 }
return setmetatable(data, freqExists)
end
freq = freq,
filter = newFreqExists()
}