You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README
+133-17
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,139 @@
1
-
ESA Summer of Code in Space 2015 POLAR Code implementation for GNU Radio
2
-
================
1
+
#
2
+
# Copyright 2001-2007,2009,2012 Free Software Foundation, Inc.
3
+
#
4
+
# This file is part of GNU Radio
5
+
#
6
+
# GNU Radio is free software; you can redistribute it and/or modify
7
+
# it under the terms of the GNU General Public License as published by
8
+
# the Free Software Foundation; either version 3, or (at your option)
9
+
# any later version.
10
+
#
11
+
# GNU Radio is distributed in the hope that it will be useful,
12
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+
# GNU General Public License for more details.
15
+
#
16
+
# You should have received a copy of the GNU General Public License
17
+
# along with GNU Radio; see the file COPYING. If not, write to
18
+
# the Free Software Foundation, Inc., 51 Franklin Street,
19
+
# Boston, MA 02110-1301, USA.
20
+
#
3
21
4
-
This is a GNU Radio clone which contains all the files for my POLAR code project for ESA Summer of Code in Space 2015. My name is Johannes Demel and I am a Master degree student at *Karlsruhe Institute of Technology (KIT)*.
22
+
Welcome to GNU Radio!
5
23
6
-
Basics
7
-
----------
8
-
The project is based on Erdal Arikan's 2009 paper *Channel Polarization: A Method for Constructing Capacity-Achieving Codes for Symmetric Binary-Input Memoryless Channels*. An in-depth explanation of my project is given in my project proposal <https://github.com/jdemel/socis-proposal>.
9
24
10
-
Structure
11
-
----------
12
-
The aim of the project is to add POLAR code encoder, decoder, channel construction capabilities to GNU Radio. POLAR codes are used for channel coding, thus all files shall reside within the *gr-fec* submodule. Also encoder and decoder shall use the FECAPI. The decision to do all development in-tree is driven by previous experience that out-of-tree modules are often terribly hard to merge later on and it may take years to do so.
25
+
Please see http://gnuradio.org for the wiki, bug tracking,
26
+
and source code viewer.
13
27
14
-
Project
15
-
-------
16
-
A quick overview of my project timeline goes as follows.
28
+
If you've got questions about GNU Radio, please subscribe to the
29
+
discuss-gnuradio mailing list and post your questions there.
0 commit comments