Commit graph

168 commits

Author SHA1 Message Date
d629dcc6eb Lib: add simple util functions 2022-08-04 17:17:12 +02:00
631fb6a398 Simu: 8 dump information of timing_outline figure into file 2022-08-01 17:24:22 +02:00
25215300da Simu: 8 Figure showing integer period determination 2022-08-01 17:04:57 +02:00
f5f0776f54 Simu: 8 Update timing_outline figure 2022-08-01 15:17:24 +02:00
69363f690e Simu 5: Documentation headers 2022-07-11 15:08:03 +02:00
da453a5348 Simu: start of beacon sync notebook
Requires work on 06_correlation_single_sine_gauss.ipynb before it can be completed
2022-07-11 11:29:38 +02:00
434aa53784 Simu: unfinished notebook on sine/delta correlation 2022-07-11 11:28:30 +02:00
d7749fb85f Simu: unfinished notebook on multiple antennae 2022-07-11 11:28:00 +02:00
3120495e02 Simu 5: rewrite imports 2022-07-11 11:20:03 +02:00
147e786707 Simu: Timeshift from correlation working 2022-07-11 11:18:15 +02:00
9ed9b25db5 Simu: update code to use new location of lib 2022-06-27 16:28:07 +02:00
6763bbc64c Move lib out of ./simulations 2022-06-27 16:23:19 +02:00
84b3a6dca9 Add simple time recovery 2022-04-11 12:34:21 +02:00
d0817560ae Simu: add raw_time func to DigiSignal 2022-04-11 12:22:15 +02:00
73b7fcb601 fixup Simu: add edge detection function 2022-04-08 16:06:41 +02:00
c149389c84 Simu: wrong timelength in digitised signal 2022-04-08 15:25:51 +02:00
c6d527a307 Simu: Let Signal have default final positions 2022-04-08 15:21:28 +02:00
80710bee23 Simu: Let Antennae copy a signal to set an argument 2022-04-08 14:38:08 +02:00
d04dfac64e (semi-)revert ab20db4: Antenna encapsulates a digitizer
Antenna should not encapsulate a Digitizer in this way.
Maybe it can be added later, but I see mostly complexiy in that
design.
2022-04-06 18:25:04 +02:00
10d91519bf Simu: digitizer repacks partial callable 2022-03-24 18:01:20 +01:00
6e059a5db6 Simu: stray parameter removed 2022-03-24 17:48:34 +01:00
5e4cb0ea83 Simu: add edge detection function 2022-03-24 17:29:04 +01:00
ab20db4ffe Simu: Antenna encapsulate a Digitizer 2022-03-24 17:14:47 +01:00
aa959f4b3d Simu: hardcode Signal dependency in Antenna 2022-03-24 15:48:12 +01:00
e4af62e51d Simu: Python's import system is too hard for me 2022-03-24 15:45:44 +01:00
a50f6640a4 Simu: distance sum over last axis 2022-03-24 15:10:06 +01:00
99cd7264f0 Simu: add function to quickly plot geometry 2022-03-24 13:41:38 +01:00
03b2ddf117 Simu: allow Locations to determine distances 2022-03-24 12:16:14 +01:00
01689f7b7e Simu: move Emitter/Receiver into Antenna file 2022-03-24 12:13:34 +01:00
7553808bfb Simulation use digitiser 2022-03-21 14:09:44 +01:00
81ec1ad7e2 SimuLib: signal time offset functions (small tweaks) 2022-03-21 14:03:05 +01:00
80a79bb4c6 Simu: add Digitizer 2022-03-11 17:49:59 +01:00
c4062481d4 Rename TravelSignal to DigitisedSignal 2022-03-11 17:27:22 +01:00
19ccea30ca Move TravelSignal into submodule signal 2022-03-11 16:47:54 +01:00
e943da4637 .gitignore add __pycache__ 2022-03-11 16:41:11 +01:00
55bf10b561 Move location into submodule 2022-03-11 16:40:18 +01:00
e6d6d595d4 Simulation: add utils 2022-03-11 16:14:48 +01:00
598d883c3e Emit-Recv: show difference in space 2022-03-10 17:38:54 +01:00
f5f2cc9b18 TravelSignal: extract time_offset into method 2022-03-10 17:07:22 +01:00
c4382f3eb2 Allow Locations to be multiplied 2022-03-10 17:01:54 +01:00
8d57fa5aa5 Extraced Recv/Antenna from notebook 2022-03-10 15:45:16 +01:00
b13ffbd248 Working Emitter+Receiver simulation 2022-03-10 14:59:35 +01:00
e2ac58c4fe TravelSignal fix spatial offset 2022-03-10 14:59:00 +01:00
b122e22dfc Start Simulations Library: TravelSignal 2022-03-10 14:06:17 +01:00
8e433d5bd9 Some old work to start a simulation 2022-03-08 09:47:45 +01:00
5bbc4a88f7 Some work on (auto) correlations 2022-03-08 09:46:31 +01:00
6e92cdaf9e Move simulation notebooks into /simulations 2022-03-08 09:46:30 +01:00
3123697425 Move Fourier specific notebooks into /fourier 2022-03-08 09:46:30 +01:00
f48558ee2a Travel Signal documentation + non-periodic gaussian 2022-03-08 09:46:27 +01:00
84cab536c0 Add Gaussian Sine signal to Fourier notebook 2022-03-08 09:44:27 +01:00