Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to determine the encoding of this dd image? Post 302911047 by Corona688 on Tuesday 29th of July 2014 06:17:52 PM
Old 07-29-2014
This gets me something:

Code:
cat  ~/input.raw |
        ./decode-g72x -3 -R -l | 
        sox -r 8000 -b 16 -c 1 -e signed-integer -t raw - -t wav ~/input.wav

It sounds like a badly tuned radio, but you can detect speech and pauses! So it's probably 3-bit ADPCM input, but this might be cramming it through the wrong compander.

None of the other codecs in decode-g72x would even touch it. (I literally bruteforced all possible options...) The g.726 codecs give silence and clicks, the other g.72x codecs generate white noise.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Create an Ignite image on tape from Online IgniteUX image

Hi, (HP-UX 11.11) I need to create a tape image of an igniteUX image created on our igniteUX server. That is to say. I have a "Online" image of the igniteUX of the targeted system but I now need to copy it to a useable TAPE (igniteUX) image so i can build an other server from it that is not... (3 Replies)
Discussion started by: Andrek
3 Replies

2. UNIX for Dummies Questions & Answers

encoding

Hi, I'm using putty and when I try to write ü it writes | (or when I try to write é , it writes i) I tried to change settings/translation of putty but with no success I have KSH # locale LANG= LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C"... (3 Replies)
Discussion started by: palmer18
3 Replies

3. Shell Programming and Scripting

URL encoding

Hi All, I want to do URL encoding using shell script in my project. I decided that the sed is the correct tool to do this. But I am unable achieve what I wanted using sed. kindly help me to get rid of this. My requirement is , there will be one URL with all special character, spaces etc... ... (8 Replies)
Discussion started by: Vichu
8 Replies

4. Shell Programming and Scripting

Araic Encoding

hi folks , I have a shell script which contain SQL query that dump some data from the DB in arabic and this data is written to a file in unix machine but the problem that the arabic data is appear like ??????????|111|???????? even when I move it to my windows XP machine. Any one have an Idea... (2 Replies)
Discussion started by: habuzahra
2 Replies

5. UNIX for Dummies Questions & Answers

Encoding Type

Hi, Where can I find the encoding type in a unix server ? Thanks in advance !!! (1 Reply)
Discussion started by: risshanth
1 Replies

6. Shell Programming and Scripting

UTF8 encoding

Hi experts, I have a gz file from other system(solaris), which is ftped to our system(solaris). After gunzip, the file is a xml file and we are using ORACLE built in xml transformiing tool ORAXSL to transform XML to TXT. Now the issue is we come accross issue regarding UTF8 as below:... (1 Reply)
Discussion started by: summer_cherry
1 Replies

7. Shell Programming and Scripting

How to find the file encoding and updating the file encoding?

Hi, I am beginner to Unix. My requirement is to validate the encoding used in the incoming file(csv,txt).If it is encoded with UTF-8 format,then the file should remain as such otherwise i need to chnage the encoding to UTF-8. Please advice me how to proceed on this. (7 Replies)
Discussion started by: cnraja
7 Replies

8. Solaris

Encoding problem

Hi All, Hope you can help me with the below :). I'm working on a script on SUN solaris and I'm facing a problem with the number encoding as shown below, 1 is encoded to 31 (this is ASCII so it's ok) 11 is encoded as B118 !!! don't know why 111 is encoded as B1580C !!! don't know why ... (4 Replies)
Discussion started by: /dev/bag
4 Replies

9. Shell Programming and Scripting

matching image files to create one image

Hi, I have two sets of image files. Both sets have names A to Z but set 1 ends with .cdt.png and set 2 ends with .matrix.png. I want set 1 to match with set 2 if the names match (i.e. A.cdt.png will match with A.matrix.png) and with the convert image tool (program for images), it will merge the... (6 Replies)
Discussion started by: kylle345
6 Replies

10. Solaris

View file encoding then change encoding.

Hi all!! I´m using command file -i myfile.xml to validate XML file encoding, but it is just saying regular file . I´m expecting / looking an output as UTF8 or ANSI / ASCII Is there command to display the files encoding? Thank you! (2 Replies)
Discussion started by: mrreds
2 Replies
MULTIMON(1)						      General Commands Manual						       MULTIMON(1)

NAME
multimon - program to decode radio transmissions SYNOPSIS
multimon [options] [input_file] DESCRIPTION
This manual page documents briefly the multimon command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The multimon software can decode a variety of digital transmission modes commonly found on UHF radio. A standard PC soundcard is used to acquire the signal from a transceiver. The decoding is done completely in software. Currently, the following modes are supported: * AX.25 o 1200 Baud AFSK o 2400 Baud AFSK (2 variants) o 4800 Baud HAPN o 9600 Baud FSK (G3RUH) * POCSAG o 512 Baud o 1200 Baud o 2400 Baud * Miscellaneous o DTMF o ZVEI o SCOPE An arbitrary set of the above modes may run concurrently on the same input signal (provided the CPU power is sufficient), so you do not have to know in advance which mode is used. Note however that some modes might require modifications to the radio (especially the 9600 baud FSK and the POCSAG modes) to work properly. AX.25 - Amateur Packet Radio protocol datagram format POCSAG (Post Office Code Standards Advisory Group) is a common paging transmission format. DTMF - Dual Tone Multi Frequency. Commonly used in in-band telephone dialing. ZVEI- The German Electrical and Electronic Manufacturers' Association - paging tone format. SCOPE - show samples in a rudimentary oscilloscope display on an X server. Multimon does not decode Morse code signals. OPTIONS
-t <type> input file type (any other type than raw requires sox) allowed types: raw aiff au hcom sf voc cdr dat smp wav maud vwe -a <demod> add demodulator -s <demod> subtract demodulator Where <demod> is one of: POCSAG512 POCSAG1200 POCSAG2400 EAS AFSK1200 AFSK2400 AFSK2400_2 HAPN4800 FSK9600 DTMF ZVEI SCOPE The -a and -s options may be given multiple times to specify the desired list of demodulators. EXAMPLE
Decode signal modulations from a sound file /tmp/message.wav without using a SCOPE display: multimon -s SCOPE -t wav /tmp/message.wav With no input file specified, the program listens directly to the sound card using the /dev/dsp interface. So to decode (only) DTMF tones on the sound card input: multimon -a DTMF NOTICE
Please note that monitoring commercial services may be prohibited in some countries, this software should therefore only be used to monitor the amateur radio service. SEE ALSO
gen(1) http://www.qsl.net/kb9mwr/projects/pager/Two-Tone%20Pager%20Decoding%20Using%20Multimon.pdf BUGS
The DTMF and ZVEI decoders have more frequent spurious detection reports. AUTHOR
This manual page was written by A. Maitland Bottoms <bottoms@debian.org>, for the Debian GNU/Linux system (but may be used by others). June 19, 2000 MULTIMON(1)
All times are GMT -4. The time now is 05:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy