Wideband autonomous SDR analysis engine forked from sdr-visual-suite
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
182B

  1. //go:build cufft
  2. package gpudemod
  3. import "testing"
  4. func TestDemodTypeConstantsExist(t *testing.T) {
  5. if DemodNFM != 0 {
  6. t.Fatal("expected DemodNFM constant to be defined")
  7. }
  8. }