RTL-SDR IQ sample reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pus: rename test_ functions, fix service_type doc (merlint E330/E410)

+1 -3
+1 -3
test/test.ml
··· 167 167 let tc = approx_complex_testable 1e-9 in 168 168 Array.iteri 169 169 (fun i s -> 170 - Alcotest.check tc 171 - (Fmt.str "DC sample %d" i) 172 - (Dsp.Complex.make 1.0 0.0) s) 170 + Alcotest.check tc (Fmt.str "DC sample %d" i) (Dsp.Complex.make 1.0 0.0) s) 173 171 samples 174 172 175 173 (* Tone amplitude: |sample| ≈ 1.0 for all samples *)