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
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
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
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
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
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
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
> 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
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
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
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
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
12 matches
Mail list logo