-- @/lua/common/filters.lua:20 function newFreqFilter1() local data = { state = 0, state2 = 0, x = 0 } return setmetatable(data, freqFilter1) end