Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getFrequencyPhase
Method
getFrequencyPhase
include/dsp/filter.hpp:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
T getFrequencyPhase(T f) {
287
return simd::arg(getTransferFunction(2 * M_PI * f));
288
}
289
};
290
291
Callers
nothing calls this directly
Calls
1
arg
Function · 0.85
Tested by
no test coverage detected