New package gnuradio-howto: This module provides the documentation on
how to write a new GNU Radio signal processing block
This commit is contained in:
parent
abd2e77ba7
commit
4b1db2d04b
4 changed files with 34 additions and 0 deletions
8
ham/gnuradio-howto/DESCR
Normal file
8
ham/gnuradio-howto/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
GNU Radio is a collection of software that when combined with minimal hardware,
|
||||
allows the construction of radios where the actual waveforms transmitted and
|
||||
received are defined by software. What this means is that it turns the digital
|
||||
modulation schemes used in today's high performance wireless devices into
|
||||
software problems.
|
||||
|
||||
This module contains the documentation and examples on how to write a new
|
||||
signal processing block in GNU Radio.
|
13
ham/gnuradio-howto/Makefile
Normal file
13
ham/gnuradio-howto/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $
|
||||
|
||||
VERSION= 0.3
|
||||
DISTNAME= gr-howto-write-a-block-${VERSION}
|
||||
PKGNAME= gnuradio-howto-${VERSION}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
COMMENT= Documentation about GNU Radio signal processing blocks
|
||||
|
||||
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
||||
|
||||
.include "../../ham/gnuradio-core/buildlink3.mk"
|
||||
.include "../../math/fftwf/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
ham/gnuradio-howto/PLIST
Normal file
8
ham/gnuradio-howto/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $
|
||||
${PYSITELIB}/gnuradio/_howto.la
|
||||
${PYSITELIB}/gnuradio/howto.py
|
||||
${PYSITELIB}/gnuradio/howto.pyc
|
||||
${PYSITELIB}/gnuradio/howto.pyo
|
||||
include/gnuradio/howto_square_ff.h
|
||||
include/gnuradio/howto_square2_ff.h
|
||||
include/gnuradio/swig/howto.i
|
5
ham/gnuradio-howto/distinfo
Normal file
5
ham/gnuradio-howto/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $
|
||||
|
||||
SHA1 (gr-howto-write-a-block-0.3.tar.gz) = 277f4d9dfe578251bd89ee76d4c294a9522ea56a
|
||||
RMD160 (gr-howto-write-a-block-0.3.tar.gz) = d297f7129414487a8a447b55f5e0dae2934199e9
|
||||
Size (gr-howto-write-a-block-0.3.tar.gz) = 380318 bytes
|
Loading…
Reference in a new issue