Cluster Emission Models

Source implementations are in src/pam/2d/sources.jl and src/pam/3d/sources3d.jl.

Bubble Cluster

For squiggle and network activity, generated bubble clusters emit a tapered harmonic signal:

\[s(t) = A \cdot w_\mathrm{Tukey}(t; T_\mathrm{gate}, r) \cdot \sum_{n \in H} \alpha_n \cos(2\pi n f_0 t + \phi_n)\]

The signal is active during the configured gate and zero outside it.

Parameters

SymbolField2D default3D default
f0fundamental500 kHz500 kHz
Aamplitude1.01.0
Hharmonics{2, 3}{2, 3, 4}
alpha_nharmonic_amplitudes[1.0, 0.6][1.0, 0.6, 0.3]
phi_nharmonic_phases[0.0, 0.0][0.0, 0.0, 0.0]
T_gategate_duration50 us50 us
rtaper_ratio0.250.25

Term Glossary

TermMeaning
tTime measured from source onset after subtracting source delay.
f0Fundamental emission frequency; harmonics are integer multiples of it.
nHarmonic order.
ACluster pressure amplitude on a linear scale.
alpha_nRelative amplitude of harmonic n.
phi_nPhase of harmonic n, set by the selected phase mode.
T_gateTotal emission duration.
w_TukeyTapered rectangular window. r=0 is rectangular; r=1 is Hann-like.