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

Method getSampleRate

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

Source from the content-addressed store, hash-verified

55 }
56
57 getSampleRate() {
58 return Number(this.global['core:sample_rate'] ?? 1e6);
59 }
60
61 getTotalSamples() {
62 return Number(this.global['traceability:sample_length'] ?? 0);

Callers 11

TimeSelectorFunction · 0.80
MetaViewerFunction · 0.80
RulerTopFunction · 0.80
handleSubmitFunction · 0.80
FreqSelectorFunction · 0.80
RulerSideFunction · 0.80
AnnotationViewerFunction · 0.80
onDragEndFunction · 0.80
AnnotationListFunction · 0.80
FileRowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected