/* A collection of signal analysis functions. */ /*! \file template.cpp \date 2010-08-06 \author Mr. Gnuradio Developer, Dr. Me Too \note these functions are very useful for finding unknown signals in noise \sa based on math functions from the xyz package \sa TFTB, time-frequency toolbox from octave \warning the functions are not thread-safe in general \warning according to the FCC rules, unauthorized listening to marsian signals is strictly forbidden \bug segfaults, when compiled for cygwin posix environments \todo higher order statistics are missing, should be included soon \brief A collection of signal analysis functions. These are the building blocks for the "signal analyzer" program module of the Gnuradio "RadioMonitor" Application. Many algorithms are inspired by the Octave Time Frequency Toolbox TFTB, but also additional algorithms were collected for this great library. Brief description ends at paragraph border. A very detailed description here. Sophisticated mathematical tranformations allow a better insight into radio signals. This library is an approach to collect all relevant signal analysis functions, from time frequency distributions over higher order statistical algorithms to AI signal understanding modules based on neural networks. Of course we are only kidding, because this library does not really exist. This is only a template for heros that want to implement all this. Listing the basic properties - list item 1 - subitem - sub sub - sub sub 2, a dot will end this sub sub . . - list item 2 . Further information, see this website further reading Using a typewriter font here. A small inline formula here \f$(x_1,y_1)\f$, nice in LaTeX. A display-style formula to describe the mathematical background of this model: \f[ |I_2|=\left| \int_{0}^T \psi(t) \left\{ u(a,t)- \int_{\gamma(t)}^a \frac{d\theta}{k(\theta,t)} \int_{a}^\theta c(\xi)u_t(\xi,t)\,d\xi \right\} dt \right| \f] This is a block diagram of the architecture: \image html block_diagram_raster.png "Architecture of xyz" \image latex block_diagram_vectorgraphics.pdf "Architecture of xyz" width=10cm The PDF manual will get a better vector graphics with super fine contours in publishing quality. \latexonly This text is for the gnuradio PDF manual. Latex will produce a nice layout. And you can cite very important sources \cite[Page 99]{Proakis2000} here. \endlatexonly */ ... lots of source code