Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ getLengthInIQSamples
Method
getLengthInIQSamples
client/src/utils/sigmfMetadata.ts:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
getLengthInIQSamples() {
164
return
Number(this.global[
'traceability:sample_length'
] ?? 0);
165
}
166
167
getLengthInBytes() {
168
return
Number(this.getLengthInIQSamples() * this.getBytesPerIQSample());
Callers
1
getLengthInBytes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected