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.relativitySuivi-à : sci.physics.relativityDate : 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. | 63 | | rhertz |
15 Mar 25 |  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 6 | | gharnagel |
15 Mar 25 |   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | rhertz |
16 Mar 25 |    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | J. J. Lodder |
15 Mar 25 |   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 3 | | Maciej Wozniak |
16 Mar 25 |    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | rhertz |
16 Mar 25 |     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | gharnagel |
16 Mar 25 |  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 55 | | rhertz |
16 Mar 25 |   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | LaurenceClarkCrossen |
17 Mar 25 |   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 6 | | LaurenceClarkCrossen |
17 Mar 25 |    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 5 | | Ross Finlayson |
18 Mar 25 |     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 4 | | Ross Finlayson |
19 Mar 25 |      Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 3 | | Ross Finlayson |
30 Mar 25 |       Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Ross Finlayson |
5 Apr20:31 |       Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Ross Finlayson |
17 Mar 25 |   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 47 | | Paul.B.Andersen |
18 Mar 25 |    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 46 | | rhertz |
18 Mar 25 |     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 45 | | Paul.B.Andersen |
18 Mar 25 |      Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 44 | | rhertz |
18 Mar 25 |       Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 43 | | rhertz |
18 Mar 25 |        Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 41 | | gharnagel |
18 Mar 25 |         Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 40 | | rhertz |
18 Mar 25 |          Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 39 | | gharnagel |
19 Mar 25 |           Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 37 | | rhertz |
19 Mar 25 |            Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 4 | | gharnagel |
19 Mar 25 |             Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
19 Mar 25 |             Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | rhertz |
19 Mar 25 |              Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | gharnagel |
19 Mar 25 |            Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 31 | | Paul.B.Andersen |
19 Mar 25 |             Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 27 | | rhertz |
20 Mar 25 |              Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | gharnagel |
20 Mar 25 |              Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 25 | | Paul.B.Andersen |
21 Mar 25 |               Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | Python |
21 Mar 25 |                Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
21 Mar 25 |               Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 21 | | rhertz |
21 Mar 25 |                Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 4 | | gharnagel |
21 Mar 25 |                 Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 3 | | rhertz |
21 Mar 25 |                  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | gharnagel |
21 Mar 25 |                   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
21 Mar 25 |                Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 16 | | Paul.B.Andersen |
21 Mar 25 |                 Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 15 | | rhertz |
21 Mar 25 |                  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 9 | | rhertz |
22 Mar 25 |                   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
22 Mar 25 |                   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 7 | | Paul.B.Andersen |
22 Mar 25 |                    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 6 | | rhertz |
23 Mar 25 |                     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 5 | | rhertz |
23 Mar 25 |                      Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 4 | | rhertz |
24 Mar 25 |                       Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 3 | | Paul.B.Andersen |
24 Mar 25 |                        Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | rhertz |
24 Mar 25 |                         Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Codey Stamatelos Kang |
22 Mar 25 |                  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 5 | | Paul.B.Andersen |
22 Mar 25 |                   Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 4 | | rhertz |
23 Mar 25 |                    Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 3 | | Paul.B.Andersen |
24 Mar 25 |                     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | rhertz |
24 Mar 25 |                     Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
21 Mar 25 |               Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
19 Mar 25 |             Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
20 Mar 25 |             Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 2 | | J. J. Lodder |
20 Mar 25 |              Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
19 Mar 25 |            Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Paul.B.Andersen |
19 Mar 25 |           Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Maciej Wozniak |
18 Mar 25 |        Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | Paul.B.Andersen |
17 Mar 25 |  Re: Electron size, shape and spin.Confusion and conflicts with Einstein's 1905 SR. | 1 | | rhertz |