diff options
author | leo <leo@brix.(none)> | 2008-04-24 02:26:11 +0100 |
---|---|---|
committer | leo <leo@brix.(none)> | 2008-04-24 02:26:11 +0100 |
commit | 5c781454444452d2eb02081c10ab4fdb4f8ac7f9 (patch) | |
tree | 5cef586b437090b025e2b3c05d27d5dcc4d10093 | |
parent | fb9671bfc0f3d1e2fe81099e72ff0c09f07d9171 (diff) |
intiail
-rwxr-xr-x | gsm-tvoid/src/python/go.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gsm-tvoid/src/python/go.sh b/gsm-tvoid/src/python/go.sh new file mode 100755 index 0000000..85fbeb9 --- /dev/null +++ b/gsm-tvoid/src/python/go.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +echo "go.sh <file.cfile> [decim==112]" + +DECIM=$2 +FILE=$1 +if [ $FILE"x" = x ]; then + FILE="../../../resource/data/GSMSP_940.8Mhz_118.cfile" + DECIM=118 +fi + +if [ $DECIM"x" = x ]; then + DECIM=112 +fi + +./gsm_scan.py -SN -pd -d "$DECIM" -I "$FILE" | ../../../gsmdecode/src/gsmdecode -i |