Search found 4 matches

by rajendrand
Tue Jun 05, 2018 6:37 am
Forum: Audio Processing
Topic: GSM 6.10 raw binary file not showing any output
Replies: 6
Views: 712

Re: GSM 6.10 raw binary file not showing any output

Hi,

Yes. Since it is sine wave input with defined frequency, It is represented with the repeated data when we looked in to hex editor.
But again this is only payload since it is raw file.
by rajendrand
Mon Jun 04, 2018 4:53 am
Forum: Audio Processing
Topic: GSM 6.10 raw binary file not showing any output
Replies: 6
Views: 712

Re: GSM 6.10 raw binary file not showing any output

To add on...
The binary file is for the call more than 30 seconds.
by rajendrand
Thu May 31, 2018 10:53 am
Forum: Audio Processing
Topic: GSM 6.10 raw binary file not showing any output
Replies: 6
Views: 712

Re: GSM 6.10 raw binary file not showing any output

Hi, Thanks for the Quick response :) Firstly, As you said we are having binary file (stream of data's). Not with the header. Secondly, The binary file is of more than 30 seconds. We are importing with "raw data" as option even though it is Binary file. I tried with different PCM options for encoding...
by rajendrand
Tue May 29, 2018 1:51 pm
Forum: Audio Processing
Topic: GSM 6.10 raw binary file not showing any output
Replies: 6
Views: 712

GSM 6.10 raw binary file not showing any output

I am collecting raw binary data of 260 bits (decoded bits) of GSM full rate speech codec for every 20ms from the Base station simulator. configuring the GSM simulator for 300Hz sine wave as input. I have binary file with 260 bits appended for every 20ms for 1minute (file_name.bin). When I tried impo...