()
| 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++) { |
nothing calls this directly
no test coverage detected