Update README.md

master
Giuseppe Callipo 2018-04-22 16:31:07 +02:00 zatwierdzone przez GitHub
rodzic 95b24de06d
commit 4c6053e175
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -10,20 +10,19 @@
The target hardware platform is Stm32f103 - Arm Cortex-M3 based processor.
The functions built in the RadioDSP are:
* Filter BPF CW NARROW (300 HZ)
* Filter BPF CW NARROW (700 Hz)
* Filter LPF SSB ( < 2400 Hz )
* Filter LPF SSB ( < 3500 Hz )
* Noise Reduction (Exponential Moving Average - 3 levels smoothing)
* Noise Reduction (Simple Moving Average - 3 levels smoothing: 8,16,24 samples)
NOTE: this is an experimental project and the functions can be changed
without any advise.
Info to noise reduction algorithms: info: https://en.wikipedia.org/wiki/Moving_average
Calculator used for FIR filters: https://www.arc.id.au/FilterDesign.html
Info to noise reduction algorithms: info: https://en.wikipedia.org/wiki/Moving_average
Calculator used for FIR filters: https://www.arc.id.au/FilterDesign.html
The RadioDSP use some parts of the ARM Cortex Microcontroller Software
Interface Standard (CMSIS).
@ -31,5 +30,5 @@
others examples and projects free and available in the opensource
community.
The RadioDSP openSource software is released under the license:
The RadioDSP openSource software is released under the license:
Common Creative - Attribution 3.0