Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.

Liste des GroupesRevenir à p relativity 
Sujet : Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.
De : oloc (at) *nospam* cyod.gr (Codey Stamatelos Kang)
Groupes : sci.physics.relativity
Suivi-à : sci.physics.relativity
Date : 24. Mar 2025, 22:27:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrsin4$1obac$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : PiaoHong/1.68 (NetBSD)
rhertz wrote:

On Mon, 24 Mar 2025 13:03:34 +0000, Paul.B.Andersen wrote:
DEEPSEEK ANSWER:
----------------------------------------------------------
5. Conclusion The commenter is correct that directly measuring the L1
frequency with a
precision of ±0.025 Hz is unrealistic for a GPS receiver.
 
Imbecile, I was working with spread spectrum transmission when you were
>
The next phase, involving RECURSIVE ALGORITHMS for refinement of FOUR
DATA SETS start, which involves matrix operation and feedback. After
three or four steps in the math of trilateration, the EXACT POSITION of
the GPS receiver is obtained (within the error margins for such
operation with only one carrier: L1).

completely nonsense, you contradict yourself. It's fourangulation, not
triangulation. And you can detect four frequency signals out of a single
signal, something called FFT etc. Here an example, 20 and 21 Hz signal
from the received


%% frequency plot
%% Time specifications:
Fs = 10000;                      % samples per second
dt = 1/Fs;                     % seconds per sample
StartTime = 0;                  % seconds
StopTime = 2;                  % seconds
t = (StartTime : dt : StopTime-dt)';
N = size(t,1);

%% Sine wave:
FcA = 20;                       % hertz
sA = cos(2*pi*FcA*t);
FcB = 21;                       % hertz
sB = cos(2*pi*FcB*t);

fOut('sinus sumation, fft',1);
hSa = subplot(3,1,1);
plot(t,sA,'-b',"linewidth", 2);hold on;
plot(t,sB,'-g',"linewidth", 2),grid;
axis(hSa,[0, 2, -1.1, 1.1]);

sC = sA + sB;
hSb = subplot(3,1,2);
plot(t,sC,'-r',"linewidth", 3),grid;
axis(hSb,[0, 2, -2.2, 2.2]);

%% Fourier Transform:
X = fftshift(fft(sC));
%% Frequency specifications:
dF = Fs/N;                      % hertz
f = -Fs/2 : dF : Fs/2-dF;           % hertz

%% Plot the spectrum:
hS = subplot(3,1,3);
plot(f,abs(X)/N,'linewidth',3),grid;
axis(hS,[-1, 44, -.2, 1]);
xlabel('Frequency (in hertz)');
title('Magnitude Response');

Date Sujet#  Auteur
15 Mar 25 * Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.63rhertz
15 Mar 25 +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.6gharnagel
15 Mar 25 i+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2rhertz
16 Mar 25 ii`- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1J. J. Lodder
15 Mar 25 i`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.3Maciej Wozniak
16 Mar 25 i `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2rhertz
16 Mar 25 i  `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1gharnagel
16 Mar 25 +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.55rhertz
16 Mar 25 i+- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1LaurenceClarkCrossen
17 Mar 25 i+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.6LaurenceClarkCrossen
17 Mar 25 ii`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.5Ross Finlayson
18 Mar 25 ii `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.4Ross Finlayson
19 Mar 25 ii  `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.3Ross Finlayson
30 Mar 25 ii   +- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Ross Finlayson
5 Apr20:31 ii   `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Ross Finlayson
17 Mar 25 i`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.47Paul.B.Andersen
18 Mar 25 i `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.46rhertz
18 Mar 25 i  `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.45Paul.B.Andersen
18 Mar 25 i   `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.44rhertz
18 Mar 25 i    `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.43rhertz
18 Mar 25 i     +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.41gharnagel
18 Mar 25 i     i`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.40rhertz
18 Mar 25 i     i `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.39gharnagel
19 Mar 25 i     i  +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.37rhertz
19 Mar 25 i     i  i+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.4gharnagel
19 Mar 25 i     i  ii+- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
19 Mar 25 i     i  ii`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2rhertz
19 Mar 25 i     i  ii `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1gharnagel
19 Mar 25 i     i  i+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.31Paul.B.Andersen
19 Mar 25 i     i  ii+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.27rhertz
20 Mar 25 i     i  iii+- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1gharnagel
20 Mar 25 i     i  iii`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.25Paul.B.Andersen
21 Mar 25 i     i  iii +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2Python
21 Mar 25 i     i  iii i`- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
21 Mar 25 i     i  iii +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.21rhertz
21 Mar 25 i     i  iii i+* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.4gharnagel
21 Mar 25 i     i  iii ii`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.3rhertz
21 Mar 25 i     i  iii ii `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2gharnagel
21 Mar 25 i     i  iii ii  `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
21 Mar 25 i     i  iii i`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.16Paul.B.Andersen
21 Mar 25 i     i  iii i `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.15rhertz
21 Mar 25 i     i  iii i  +* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.9rhertz
22 Mar 25 i     i  iii i  i+- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
22 Mar 25 i     i  iii i  i`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.7Paul.B.Andersen
22 Mar 25 i     i  iii i  i `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.6rhertz
23 Mar 25 i     i  iii i  i  `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.5rhertz
23 Mar 25 i     i  iii i  i   `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.4rhertz
24 Mar 25 i     i  iii i  i    `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.3Paul.B.Andersen
24 Mar 25 i     i  iii i  i     `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2rhertz
24 Mar 25 i     i  iii i  i      `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Codey Stamatelos Kang
22 Mar 25 i     i  iii i  `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.5Paul.B.Andersen
22 Mar 25 i     i  iii i   `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.4rhertz
23 Mar 25 i     i  iii i    `* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.3Paul.B.Andersen
24 Mar 25 i     i  iii i     +- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1rhertz
24 Mar 25 i     i  iii i     `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
21 Mar 25 i     i  iii `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
19 Mar 25 i     i  ii+- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
20 Mar 25 i     i  ii`* Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.2J. J. Lodder
20 Mar 25 i     i  ii `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
19 Mar 25 i     i  i`- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Paul.B.Andersen
19 Mar 25 i     i  `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Maciej Wozniak
18 Mar 25 i     `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1Paul.B.Andersen
17 Mar 25 `- Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR.1rhertz

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal