Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 788 Bytes

This mdule contains frequency divider blocks for GNU Radio. The operation of the block is similar to operation of hardware digital frequency dividers.

Input signal can be either Float, Integer, Byte or Bool.

  • Frequency Divider block generates square wave with 50% duty cycle and a period equal to Count cycles of input signal.

Dependencies

  • GNU Radio v3.7.X or later.
    See the GNU Radio Wiki for installation instructions.

  • Software used to build GNU Radio modules. This may include gcc-c++, swig, doxygen, boost and cppunit libraries. Usually the software can be installed with the distribution package manager.

Installation

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig