Changeset 4297
- Timestamp:
- 07/10/07 16:42:42 (6 years ago)
- Location:
- experimental/components/Demodulator
- Files:
-
- 6 added
- 3 modified
-
Doxyfile (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
documentation.txt (modified) (1 diff)
-
genDocs.py (added)
-
img (added)
-
img/Constellation16QAM.eps (added)
-
img/Constellation8PSK.eps (added)
-
img/ConstellationBPSK.eps (added)
-
img/ConstellationQPSK.eps (added)
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/Demodulator/Doxyfile
r3993 r4297 527 527 # the \image command). 528 528 529 IMAGE_PATH = 529 IMAGE_PATH = img/ 530 530 531 531 # The INPUT_FILTER tag can be used to specify a program that doxygen should -
experimental/components/Demodulator/Makefile.am
r3856 r4297 31 31 atsrc/Demodulator_testsuite.h 32 32 33 # ---------- documentation --------- 34 35 docs : 36 ./genDocs.py 37 -
experimental/components/Demodulator/documentation.txt
r4095 r4297 46 46 47 47 \section algorithm Detailed Description of Algorithm 48 \image latex ConstellationBPSK.eps "BPSK constellation" 49 \image html ConstellationBPSK.png "BPSK constellation" 50 51 \image latex ConstellationQPSK.eps "QPSK constellation" 52 \image html ConstellationQPSK.png "QPSK constellation" 53 54 \image latex Constellation8PSK.eps "8-PSK constellation" 55 \image html Constellation8PSK.png "8-PSK constellation" 56 57 \image latex Constellation16QAM.eps "16-QAM constellation" 58 \image html Constellation16QAM.png "16-QAM constellation" 48 59 49 60 \section status Status and history