Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kukuruku-fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yids
kukuruku-fork
Commits
6286d70c
Commit
6286d70c
authored
Aug 17, 2016
by
yids
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added gsm demodulator
parent
a16e20f6
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1396 additions
and
3 deletions
+1396
-3
.kukuruku/modes
.kukuruku/modes
+26
-0
client/kukuruku-gui.py
client/kukuruku-gui.py
+1
-1
client/libclient.py
client/libclient.py
+1
-1
client/modes/Makefile
client/modes/Makefile
+1
-1
client/modes/dsd.pyc
client/modes/dsd.pyc
+0
-0
client/modes/gsm.grc
client/modes/gsm.grc
+1367
-0
client/modes/tetra.pyc
client/modes/tetra.pyc
+0
-0
No files found.
.kukuruku/modes
View file @
6286d70c
...
...
@@ -88,3 +88,29 @@ filtertype=rcos
program=_MODEPATH_/dsd.sh
resample=yes
[APRS]
name=APRS (nfm 24k)
rate=24000
bw=11000
transition=1024
filtertype=rcos
program=_MODEPATH_/aprs.sh
resample=yes
[Signal Inspector]
name=Signal inspector (256k)
rate=256000
bw=256000
transition=8000
filtertype=hamming
program=_MODEPATH_/sigins.py -s 256000
resample=yes
[GSM]
name=GSM (2M)
rate=200000
bw=100000
transition=8000
filtertype=hamming
program=_MODEPATH_/gsm.py -s 200000
resample=yes
client/kukuruku-gui.py
View file @
6286d70c
...
...
@@ -470,7 +470,7 @@ def on_freq_change(widget, event):
def
on_freq_plus
(
widget
):
""" Frequency '>' button """
global
frequency
frequency
=
frequency
+
samplerate
frequency
=
frequency
+
samplerate
/
2
cl
.
set_frequency
(
frequency
)
tb_freq
.
set_text
(
str
(
frequency
))
...
...
client/libclient.py
View file @
6286d70c
...
...
@@ -269,7 +269,7 @@ class client():
self
.
xlaters_lock
.
acquire
()
#
del(self.xlaters[xid])
del
(
self
.
xlaters
[
xid
])
self
.
q_msg
(
hdr
+
msg
.
SerializeToString
())
...
...
client/modes/Makefile
View file @
6286d70c
...
...
@@ -3,7 +3,7 @@ CFLAGS = -d .
all
:
modes
MODES
=
tetrapol.py tetra.py nfm.py mfm.py wfm.py raw.py multimon.py dsd.py aprs.py sigins.py
MODES
=
tetrapol.py tetra.py nfm.py mfm.py wfm.py raw.py multimon.py dsd.py aprs.py sigins.py
gsm.py
#MODES = multimon.py
%.py
:
%.grc
...
...
client/modes/dsd.pyc
View file @
6286d70c
No preview for this file type
client/modes/gsm.grc
0 → 100644
View file @
6286d70c
This diff is collapsed.
Click to expand it.
client/modes/tetra.pyc
View file @
6286d70c
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment