Re: Getting GPS data into stream

2023-05-04 Thread Marcus Müller
Hey Marcus, as you say, for a lot of science you don't get high rates – so I'm really less worried about that. More worried about Excel interpreting some singular data point as date; or, as soon as we involve textual data, all the funs with encodings, quoting/delimiting/escaping… (not to menti

Re: QAM constellation script

2023-05-04 Thread Adrian Musceac
On Wednesday, 3 May 2023 19:20:10 EEST Marcus Müller wrote: > Hi George, > > that's a multiplicative voice scrambler! > > The pre-Second World war voice scrambler system "SIGSALY" [1] was kind > of similar; > just that the scrambling sequence came out of a noisy vacuum tube, not > Python's random

Re: QAM constellation script

2023-05-04 Thread Marcus Müller
Hi Adrian, for CDMA, two things need to be different: 1. you need at least one orthogonal other sequence used by another user / data stream – that MA in CDMA is multiple access :) 2. In classical CDMA, you would need your data to be a constant that you multiply with your sequences – if you mu

Re: QAM constellation script

2023-05-04 Thread Marcus Müller
Hey, On 04.05.23 11:38, Adrian Musceac wrote: On Thursday, 4 May 2023 12:11:47 EEST you wrote: Hi Adrian, for CDMA, two things need to be different: 1. you need at least one orthogonal other sequence used by another user / data stream – that MA in CDMA is multiple access :) I was assuming m

Re: QAM constellation script

2023-05-04 Thread Adrian Musceac
Sorry,, I meant to send the previous email to the list. On Thursday, 4 May 2023 13:01:10 EEST Marcus Müller wrote: > Because you intuitively would start with a single symbol and multiply it > with the *whole* sequence. What George's code does is different: It takes > each sample of the audio sign

Re: QAM constellation script

2023-05-04 Thread George Katsimaglis
Hi Marcus, In QO100 there are Doppler shifts (that is the reason of the 200 Hz shift in flowchart).I have already implement a flowchart of calculating it using the middle BPSK beacon of QO100 using the frequency error of costal loop.My ground station is equipped with GPSDO.I have already do sp

Re: QAM constellation script

2023-05-04 Thread George Katsimaglis
Hi, I have already make a proposal that with fh=False a multi user CDMA can be used.Each user will have a unique time in sawtooth shifting, the same time he can see all other Tx signals.Each Tx will be seen as 'constant frequency' as all users shift frequency the same rate.I do not claim that i

Re: QAM constellation script

2023-05-04 Thread Marcus Müller
> Tough I can foresee objections from narrow-band users of > QO100 :) Those should be on the narrowband transceiver on a slightly different band! Cheers, Marcus smime.p7s Description: S/MIME Cryptographic Signature

RE: Re: Getting GPS data into stream

2023-05-04 Thread Jim Melton
You are confusing data representation with data presentation. The flaws in Excel are NOT issues with the data format. So long as the data format clearly and consistently represents that content, then the representation is "good". If you want to overcome limitations in Excel's presentation (impor

Re: Getting GPS data into stream

2023-05-04 Thread Fabian Schwartau
Sorry again, never mind... I found the problem. The source code for reading the data does not include the fact that I am reading complex data and also three streams. Change the one line to: data=np.fromfile(file=fh, dtype=np.float32, count=3*2*int(header_info['nitems']), sep='', offset=0) and ev

Re: Getting GPS data into stream

2023-05-04 Thread Marcus D. Leech
On 04/05/2023 12:09, Jim Melton wrote: You are confusing data representation with data presentation. The flaws in Excel are NOT issues with the data format. So long as the data format clearly and consistently represents that content, then the representation is "good". If you want to overcome l

Re: Qt widgets Improvement

2023-05-04 Thread Rohit Bisht
hello everyone, thanks a lot for accepting my proposal for gsoc 2023 for the project "Qt widgets improvements" . I am enthusiastic about contributing my best and becoming a valuable member of the GNU Radio community. Thank you once again for this opportunity. Best regards, Rohit Bisht On Sat, 1 Ap