From Shinji.Ikari_de at gmx.de Tue Apr 1 05:54:19 2014 From: Shinji.Ikari_de at gmx.de (Ronny Kunze) Date: Tue, 01 Apr 2014 07:54:19 +0200 Subject: Gnuradio 3.7.# compability? In-Reply-To: References: <2F68A490-4A3B-4257-A618-A3DA1068DF87@gigafreak.net> Message-ID: <533A548B.1000507@gmx.de> Hello, maybe this could help . Ronny Am 31.03.2014 20:43, schrieb Pepijn van den Berkhof: > Hi guys, > > I have the same problem, did you find a solution for this? It won't > import blks2 and optfir... > > Thanks! > > > 2013-10-10 14:58 GMT+02:00 Rudy Hardeman >: > > Janne, > > Can you try the latest checkout from github > https://github.com/zarya/sdr/tree/master/receivers/flex > > > 73, de PD0ZRY > > \\___// Rudy Hardeman - http://gigafreak.net/ > (o o) 5BFCB271117A2DCCB522B423ED3841EE3252EE95 > --ooO-(_)-Ooo----------------------------------------- > > On Oct 10, 2013, at 12:25 AM, janne lukkarinen wrote: > > > So i decided i lift the cat on the table again and start poking > around with some tetra signals. > > > > first i had to use dos2unix on the python files (odd i know) > > once it finally found python > > i get this > > Traceback (most recent call last): > > File "./170913/src/demod/python/fcdp-tetra_demod.py", line 5, > in > > from gnuradio import gr, gru, audio, eng_notation, blks2, optfir > > ImportError: cannot import name blks2 > > > > i poked around some with the code but i ended up causing more > damage then i was fixing so i thought i ask if there will be an > update anytime soon? > > if i understood correctly blks2 is moved into 'gr-digital' > > > > Janne Lukkarinen > > OH2-EKO > > JLxSolutions > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cqpsk.py Type: text/x-python Size: 14767 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: osmosdr-tetra_demod_fft.py Type: text/x-python Size: 8598 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: tetra-demod.py Type: text/x-python Size: 2803 bytes Desc: not available URL: From altobeta at gmail.com Fri Apr 4 04:38:09 2014 From: altobeta at gmail.com (Amir Jr) Date: Fri, 4 Apr 2014 12:38:09 +0800 Subject: decoder/encoding tetra sample Message-ID: I have download one sample from osmocom speech codec http://tetra.osmocom.org/trac/wiki/Speech_Codec. I have compiled it sucesssfully then the output "ccoder.exe" and "cdecoder.exe" have been built. When i try to run the sample exe file using the command line, it show Segmentation fault (core dumped). This is the how i'm running the sample "./ccoder.exe sample.wav sample2.wav". I'm very confusing about the input and the output file. What is the correct type file for input and the output. Thank you for any respond -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastian.subik at tu-dortmund.de Fri Apr 4 06:44:30 2014 From: sebastian.subik at tu-dortmund.de (sebastian.subik at tu-dortmund.de) Date: Fri, 4 Apr 2014 06:44:30 +0000 Subject: decoder/encoding tetra sample In-Reply-To: References: Message-ID: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> Hi Amir, Try to run the example within a debugger to identify the exact occurrence of the segmentation fault. If I remember correctly, the format is raw PCM, try to open the wav with an audiotool (e.g. Audacity) and save it as raw PCM. Best Regards Sebastian -- Sent in haste while not in the office. This cell phone is not a secure line! Am 04.04.2014 um 06:44 schrieb "Amir Jr" >: I have download one sample from osmocom speech codec http://tetra.osmocom.org/trac/wiki/Speech_Codec. I have compiled it sucesssfully then the output "ccoder.exe" and "cdecoder.exe" have been built. When i try to run the sample exe file using the command line, it show Segmentation fault (core dumped). This is the how i'm running the sample "./ccoder.exe sample.wav sample2.wav". I'm very confusing about the input and the output file. What is the correct type file for input and the output. Thank you for any respond Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der f?r diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erkl?rungen ausschlie?lich final rechtsverbindlich, wenn sie in herk?mmlicher Schriftform (mit eigenh?ndiger Unterschrift) oder durch ?bermittlung eines solchen Schriftst?cks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Pin.a.Jiang at alcatel-sbell.com.cn Fri Apr 4 06:51:49 2014 From: Pin.a.Jiang at alcatel-sbell.com.cn (JIANG Pin A) Date: Fri, 4 Apr 2014 06:51:49 +0000 Subject: decoder/encoding tetra sample In-Reply-To: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> References: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> Message-ID: <856075393BEB4F409DFC8E4ECE799DCF26A617@CNSHJMBX02.ad4.ad.alcatel.com> Hi, Amir Is your computer 64 bits? It may probable caused by compiling it in 64 bits. I remember I meet segmentation problem as well. I see an ETSI patch folder in the source and try to apply those patches. ( One of them will force to compile them in 32 bits ). Besides, you need to get sdecoder compiled as well and use it after the cdecoder. BRs, Jiang Pin From: tetra-bounces at lists.osmocom.org [mailto:tetra-bounces at lists.osmocom.org] On Behalf Of sebastian.subik at tu-dortmund.de Sent: 2014?4?4? 14:45 To: Amir Jr Cc: tetra at lists.osmocom.org Subject: Re: decoder/encoding tetra sample Hi Amir, Try to run the example within a debugger to identify the exact occurrence of the segmentation fault. If I remember correctly, the format is raw PCM, try to open the wav with an audiotool (e.g. Audacity) and save it as raw PCM. Best Regards Sebastian -- Sent in haste while not in the office. This cell phone is not a secure line! Am 04.04.2014 um 06:44 schrieb "Amir Jr" >: I have download one sample from osmocom speech codec http://tetra.osmocom.org/trac/wiki/Speech_Codec. I have compiled it sucesssfully then the output "ccoder.exe" and "cdecoder.exe" have been built. When i try to run the sample exe file using the command line, it show Segmentation fault (core dumped). This is the how i'm running the sample "./ccoder.exe sample.wav sample2.wav". I'm very confusing about the input and the output file. What is the correct type file for input and the output. Thank you for any respond Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der f?r diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erkl?rungen ausschlie?lich final rechtsverbindlich, wenn sie in herk?mmlicher Schriftform (mit eigenh?ndiger Unterschrift) oder durch ?bermittlung eines solchen Schriftst?cks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -------------- next part -------------- An HTML attachment was scrubbed... URL: From altobeta at gmail.com Fri Apr 18 03:25:47 2014 From: altobeta at gmail.com (Amir Jr) Date: Fri, 18 Apr 2014 11:25:47 +0800 Subject: decoder/encoding tetra sample In-Reply-To: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> References: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> Message-ID: Hi Sebastian. I have followed your instruction by using audacity app. Then I have export my record voice into WAV(microsoft) 16 bits PCM. It still produced the same result ./ccoder.exe sample.wav sample2.wav Anything i miss? Thanks for your reply. Regards aj On Fri, Apr 4, 2014 at 2:44 PM, sebastian.subik at tu-dortmund.de < sebastian.subik at tu-dortmund.de> wrote: > Hi Amir, > > Try to run the example within a debugger to identify the exact > occurrence of the segmentation fault. > If I remember correctly, the format is raw PCM, try to open the wav with > an audiotool (e.g. Audacity) and save it as raw PCM. > > Best Regards > Sebastian > > -- > Sent in haste while not in the office. > > This cell phone is not a secure line! > > Am 04.04.2014 um 06:44 schrieb "Amir Jr" : > > I have download one sample from osmocom speech codec > http://tetra.osmocom.org/trac/wiki/Speech_Codec. I have compiled it > sucesssfully then the output "ccoder.exe" > and "cdecoder.exe" have been built. When i try to run the sample exe > file using the command line, it show Segmentation fault (core dumped). > > This is the how i'm running the sample > "./ccoder.exe sample.wav sample2.wav". > > I'm very confusing about the input and the output file. What is the > correct type file for input and the output. > Thank you for any respond > > > > > *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie > ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der f?r > diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender > und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz > per E-Mail, sind unsere Erkl?rungen ausschlie?lich final rechtsverbindlich, > wenn sie in herk?mmlicher Schriftform (mit eigenh?ndiger Unterschrift) oder > durch ?bermittlung eines solchen Schriftst?cks per Telefax erfolgen. > Important note: The information included in this e-mail is confidential. It > is solely intended for the recipient. If you are not the intended recipient > of this e-mail please contact the sender and delete this message. Thank > you. Without prejudice of e-mail correspondence, our statements are only > legally binding when they are made in the conventional written form (with > personal signature) or when such documents are sent by fax. * > -------------- next part -------------- An HTML attachment was scrubbed... URL: From altobeta at gmail.com Fri Apr 18 03:29:24 2014 From: altobeta at gmail.com (Amir Jr) Date: Fri, 18 Apr 2014 11:29:24 +0800 Subject: decoder/encoding tetra sample In-Reply-To: <856075393BEB4F409DFC8E4ECE799DCF26A617@CNSHJMBX02.ad4.ad.alcatel.com> References: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> <856075393BEB4F409DFC8E4ECE799DCF26A617@CNSHJMBX02.ad4.ad.alcatel.com> Message-ID: Hi Jian, My computer is 64 bits before this, so I have changed it to machine 32 bits . It still give the same result, FYI I'm using windows. Thanks for the reply Aj On Fri, Apr 4, 2014 at 2:51 PM, JIANG Pin A < Pin.a.Jiang at alcatel-sbell.com.cn> wrote: > Hi, Amir > > > > Is your computer 64 bits? It may probable caused by compiling it > in 64 bits. > > > > I remember I meet segmentation problem as well. > > > > I see an ETSI patch folder in the source and try to apply those patches. ( > One of them will force to compile them in 32 bits ). > > > > Besides, you need to get sdecoder compiled as well and use it after the > cdecoder. > > > > BRs, Jiang Pin > > > > *From:* tetra-bounces at lists.osmocom.org [mailto: > tetra-bounces at lists.osmocom.org] *On Behalf Of * > sebastian.subik at tu-dortmund.de > *Sent:* 2014?4?4? 14:45 > *To:* Amir Jr > *Cc:* tetra at lists.osmocom.org > *Subject:* Re: decoder/encoding tetra sample > > > > Hi Amir, > > > > Try to run the example within a debugger to identify the exact occurrence > of the segmentation fault. > > If I remember correctly, the format is raw PCM, try to open the wav with > an audiotool (e.g. Audacity) and save it as raw PCM. > > > > Best Regards > > Sebastian > > -- > > Sent in haste while not in the office. > > > > This cell phone is not a secure line! > > > Am 04.04.2014 um 06:44 schrieb "Amir Jr" : > > I have download one sample from osmocom speech codec > *http://tetra.osmocom.org/trac/wiki/Speech_Codec*. > I have compiled it sucesssfully then the output "ccoder.exe" > > and "cdecoder.exe" have been built. When i try to run the sample exe file > using the command line, it show Segmentation fault (core dumped). > > > > This is the how i'm running the sample > > "./ccoder.exe sample.wav sample2.wav". > > > > I'm very confusing about the input and the output file. What is the > correct type file for input and the output. > > Thank you for any respond > > *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie > ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der f?r > diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender > und vernichten Sie diese Mail. Vielen Dank. * > > > * Unbeschadet der Korrespondenz per E-Mail, sind unsere Erkl?rungen > ausschlie?lich final rechtsverbindlich, wenn sie in herk?mmlicher > Schriftform (mit eigenh?ndiger Unterschrift) oder durch ?bermittlung eines > solchen Schriftst?cks per Telefax erfolgen. Important note: The information > included in this e-mail is confidential. It is solely intended for the > recipient. If you are not the intended recipient of this e-mail please > contact the sender and delete this message. Thank you. Without prejudice of > e-mail correspondence, our statements are only legally binding when they > are made in the conventional written form (with personal signature) or when > such documents are sent by fax. * > -------------- next part -------------- An HTML attachment was scrubbed... URL: From altobeta at gmail.com Fri Apr 18 03:37:34 2014 From: altobeta at gmail.com (Amir Jr) Date: Fri, 18 Apr 2014 11:37:34 +0800 Subject: decoder/encoding tetra sample In-Reply-To: References: <201EFB97-7896-4E3D-8E50-9B6A58CD12F2@tu-dortmund.de> <856075393BEB4F409DFC8E4ECE799DCF26A617@CNSHJMBX02.ad4.ad.alcatel.com> Message-ID: another thing jian from your comment "you need to get sdecoder compiled as well and use it after the cdecoder" where to get this sdecoder? i'm only see cdecoder and ccoder compiled only On Fri, Apr 18, 2014 at 11:29 AM, Amir Jr wrote: > Hi Jian, > > My computer is 64 bits before this, so I have changed it to machine 32 > bits . It still give the same result, > FYI I'm using windows. > > Thanks for the reply > Aj > > > On Fri, Apr 4, 2014 at 2:51 PM, JIANG Pin A < > Pin.a.Jiang at alcatel-sbell.com.cn> wrote: > >> Hi, Amir >> >> >> >> Is your computer 64 bits? It may probable caused by compiling >> it in 64 bits. >> >> >> >> I remember I meet segmentation problem as well. >> >> >> >> I see an ETSI patch folder in the source and try to apply those patches. >> ( One of them will force to compile them in 32 bits ). >> >> >> >> Besides, you need to get sdecoder compiled as well and use it after the >> cdecoder. >> >> >> >> BRs, Jiang Pin >> >> >> >> *From:* tetra-bounces at lists.osmocom.org [mailto: >> tetra-bounces at lists.osmocom.org] *On Behalf Of * >> sebastian.subik at tu-dortmund.de >> *Sent:* 2014?4?4? 14:45 >> *To:* Amir Jr >> *Cc:* tetra at lists.osmocom.org >> *Subject:* Re: decoder/encoding tetra sample >> >> >> >> Hi Amir, >> >> >> >> Try to run the example within a debugger to identify the exact occurrence >> of the segmentation fault. >> >> If I remember correctly, the format is raw PCM, try to open the wav with >> an audiotool (e.g. Audacity) and save it as raw PCM. >> >> >> >> Best Regards >> >> Sebastian >> >> -- >> >> Sent in haste while not in the office. >> >> >> >> This cell phone is not a secure line! >> >> >> Am 04.04.2014 um 06:44 schrieb "Amir Jr" : >> >> I have download one sample from osmocom speech codec >> *http://tetra.osmocom.org/trac/wiki/Speech_Codec*. >> I have compiled it sucesssfully then the output "ccoder.exe" >> >> and "cdecoder.exe" have been built. When i try to run the sample exe >> file using the command line, it show Segmentation fault (core dumped). >> >> >> >> This is the how i'm running the sample >> >> "./ccoder.exe sample.wav sample2.wav". >> >> >> >> I'm very confusing about the input and the output file. What is the >> correct type file for input and the output. >> >> Thank you for any respond >> >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie >> ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der f?r >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender >> und vernichten Sie diese Mail. Vielen Dank. * >> >> >> * Unbeschadet der Korrespondenz per E-Mail, sind unsere Erkl?rungen >> ausschlie?lich final rechtsverbindlich, wenn sie in herk?mmlicher >> Schriftform (mit eigenh?ndiger Unterschrift) oder durch ?bermittlung eines >> solchen Schriftst?cks per Telefax erfolgen. Important note: The information >> included in this e-mail is confidential. It is solely intended for the >> recipient. If you are not the intended recipient of this e-mail please >> contact the sender and delete this message. Thank you. Without prejudice of >> e-mail correspondence, our statements are only legally binding when they >> are made in the conventional written form (with personal signature) or when >> such documents are sent by fax. * >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: