Kamal Mostafa
0f3338a91b
minimodem: match sync_byte in the fsk layer
2012-09-02 12:02:06 -07:00
Kamal Mostafa
9187dd60a7
minimodem: --rx same (NOAA SAME protocol)
2012-09-01 13:34:50 -07:00
Kamal Mostafa
04cc215640
minimodem: --sync-byte {0xXX}
2012-09-01 14:54:32 -07:00
Kamal Mostafa
82c72352ab
minimodem: --startbits; deprecate -T
2012-09-01 13:33:49 -07:00
Kamal Mostafa
e2a51f093a
databits: split out the databits implementations
...
rename framebits to databits
added databits_binary decoder
2012-08-31 21:39:08 -07:00
Kamal Mostafa
a7d1602c9d
minimodem: calculate frame_bits_{mask,shift}
2012-08-31 20:42:05 -07:00
Kamal Mostafa
f16e318ae4
minimodem-0.11-1
2012-08-30 16:51:05 -07:00
Kamal Mostafa
cbd048aac6
minimodem: bfsk_nstartsbits variable
...
- FIXME: doesn't actually implement the proper expect_bits string
- only useful for testing SAME decoder's hardcoded "dddddddd" expect_bits
2012-08-30 16:02:53 -07:00
Kamal Mostafa
7b34e89433
minimodem: --stopbits replaces --txstopbits; better bps metric
...
RX metrics account for fractional number of stop bits (e.g 1.5);
RX bps metric slightly more accurate (?).
2012-08-30 15:05:33 -07:00
Kamal Mostafa
becf16761e
minimodem: fsk confidence thresholds: thresh=1.5, limit=2.3
...
Note: fsk_confidence_thresh can now be reduced to 1.5 due to track_amplitude.
2012-08-26 15:16:49 -07:00
Kamal Mostafa
3447a994b7
minimodem: track_amplitude signal amplitude drop
2012-08-30 00:07:15 -07:00
Kamal Mostafa
1ed3b8465a
fsk: confidence algo #6 : "SNR * (1-divergence)"
...
Disabled all the hardcoded noise limiters.
2012-08-24 22:38:41 -07:00
Kamal Mostafa
23a44ce374
tests: noise testcases
2012-08-30 00:25:15 -07:00
Kamal Mostafa
0c022aca03
minimodem: --rx-one quits after first no-carrier
2012-08-30 10:17:55 -07:00
Kamal Mostafa
b480b841da
minimodem: --Xrxnoise=factor adds test noise
...
Injects random noise to input signal (in memory) before analysis.
2012-08-30 00:00:19 -07:00
Kamal Mostafa
664f345636
tests: run fewer rate-slop cases
2012-08-30 09:00:02 -07:00
Kamal Mostafa
6d749c7771
simpleaudio-alsa: enable ALSA soft-resample
2012-08-29 21:26:47 -07:00
Kamal Mostafa
e59931beba
tests: amplitude
2012-08-25 10:07:26 -07:00
Kamal Mostafa
dd6040336d
minimodem: stats report ampl={amplitude}
2012-08-25 09:17:05 -07:00
Kamal Mostafa
f8434f3c94
simple-tone: fix sin() rounding for S16 shorts
...
- fix sine wave rounding for shorts
- short epsilon == 1
- clamp shorts to mag <= 1.0
2012-08-26 12:34:38 -07:00
Kamal Mostafa
762a3ea788
minimodem: --volume sets tx amplitude
2012-08-25 00:32:11 -07:00
Kamal Mostafa
501ee25c7d
fsk: expect_bits_string param, no start/stop bits required
...
fsk_find_frame() takes expect_bits_string (e.g. "10dddddddd1"), as a
parameter supplied by the caller allowing for encodings which don't use
any start/stop bits (e.g. just "dddddddd").
2012-08-24 13:20:20 -07:00
Kamal Mostafa
6bb683a90b
minimodem: fix broken -l switch
2012-08-23 19:23:33 -07:00
Kamal Mostafa
9c6b06f8b0
minimodem-0.10.1-2
2012-08-21 18:43:29 -07:00
Kamal Mostafa
3a26594c4b
debian: enable build hardening flags
2012-08-20 14:09:33 -07:00
Kamal Mostafa
8c23532836
minimodem-0.10.1-1
2012-08-19 16:10:38 -07:00
Kamal Mostafa
3999041f07
tests: run fewer rate-slop tests
2012-08-19 16:02:21 -07:00
Kamal Mostafa
e9263c9c9d
fsk: fix noise <= EPSILON handling
...
Handle noise <= EPSILON better; fixes (im)perfect test cases on i386.
2012-08-19 15:58:08 -07:00
Kamal Mostafa
96ec6450bb
minimodem: fix size_t %zu warnings on 32-bit platforms
2012-08-19 14:39:14 -07:00
Kamal Mostafa
c9efe7f5e8
debian: disable ALSA on non-Linux platforms
...
kfreebsd in Debian supplies alsa via the alsa-oss wrapper package, but that
is missing snd_pcm_recover() at least, so build --without-alsa on the
non-Linux platforms.
2012-08-19 13:52:35 -07:00
Kamal Mostafa
059719fe02
configure: move summary message
2012-08-19 13:16:13 -07:00
Kamal Mostafa
814a86eaf3
minimodem-0.10-1
2012-08-19 09:11:49 -07:00
Kamal Mostafa
e27dec4be8
add dspguide.com to THANKS
2012-08-19 07:54:42 -07:00
Kamal Mostafa
f81f069d95
minimodem: --limit (2.3) sets fsk_confidence_search_limit
...
Significant performance enhancements from fsk_confidence_search_limit:
runs far fewer FFT's when --limit (default 2.3) is less than INFINITY.
2012-08-18 21:24:01 -07:00
Kamal Mostafa
e1b055cf4f
fsk: AVOID_TRANSIENTS noise limiter re-enabled
...
Algo #5 needs this, just as #3 did.
2012-08-18 19:15:33 -07:00
Kamal Mostafa
076343a9c3
fsk: MIN_MAGNITUDE noise limiter
2012-08-18 19:15:07 -07:00
Kamal Mostafa
725355aa43
fsk: performance: do not bzero fftin
2012-08-18 16:52:07 -07:00
Kamal Mostafa
bc30de33a4
minimodem: fix carrier_nsamples
...
All test cases (except 45.45 RTTY) get rate perfect!
2012-08-18 13:43:45 -07:00
Kamal Mostafa
97e8f4f715
tests: 21-rate-slop
2012-08-17 21:54:29 -07:00
Kamal Mostafa
83bb72b474
tests: self-test tx -- rx args
2012-08-17 21:46:54 -07:00
Kamal Mostafa
24eaf984b5
tests: self-test handles perfect tests
2012-08-17 21:22:02 -07:00
Kamal Mostafa
18b1eb7457
minimodem: default confidence = 2.0 for SNR algo #5
2012-08-18 19:19:22 -07:00
Kamal Mostafa
cf9ba20ee0
fsk: confidence algo #5 (SNR)
...
Computes SNR confidence value, where "signal" is the magnitude of the FSK
driven frequency, and "noise" is the magnitude of the non-driven frequency.
(Also includes unused algo #4 code, which may not compile anymore.)
2012-08-14 22:31:30 -07:00
Kamal Mostafa
df80c98e22
minimodem: fsk_frame_overscan replaces FSK_SCAN_LAG
2012-08-16 01:03:54 -07:00
Kamal Mostafa
6ee10626c9
simple-tone: use integer mod not fmod
2012-08-15 16:57:39 -07:00
Kamal Mostafa
c039dad33a
THANKS file
2012-08-15 14:07:46 -07:00
Kamal Mostafa
fbc99e54fb
simpleaudio: benchmarks cpu id
2012-08-15 12:00:17 -07:00
Kamal Mostafa
1dff8e726f
move src/testcases to ./tests
2012-08-15 11:44:26 -07:00
Kamal Mostafa
f6c4697cf9
.gitignore files
2012-08-14 13:29:00 -07:00
Kamal Mostafa
8533fd1550
simpleaudio: fix --benchmarks for sizeof(long)==4 platforms
2012-08-14 08:28:36 -07:00