MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / getLengthInBytes

Method getLengthInBytes

client/src/utils/sigmfMetadata.ts:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 getLengthInBytes() {
168 return Number(this.getLengthInIQSamples() * this.getBytesPerIQSample());
169 }
170
171 getCenterFrequency() {
172 for (let i = 0; i < this.captures.length; i++) {

Callers

nothing calls this directly

Calls 2

getLengthInIQSamplesMethod · 0.95
getBytesPerIQSampleMethod · 0.95

Tested by

no test coverage detected