Crate autd3_gain_holo

Source
Expand description

This crate provides Gain that produces multiple focal points.

Structs§

Amplitude
Amplitude
GS
Gerchberg-Saxton algorithm
GSOption
The option of GS.
GSPAT
Gershberg-Saxon for Phased Arrays of Transducers
GSPATOption
The option of GSPAT.
Greedy
Greedy algorithm and Brute-force search
GreedyOption
The option of Greedy.
LM
Levenberg-Marquardt algorithm
LMOption
The option of LM.
Naive
Naive linear synthesis of simple focal solutions
NaiveOption
The option of Naive.
NalgebraBackend
LinAlgBackend using nalgebra.
Pa
[Pa]
Sphere
Sphere directivity model.
T4010A1
T4010A1/B4 directivity model.
dB
[dB]
kPa
[kPa]

Enums§

EmissionConstraint
Emission constraint of transducers.
HoloError
A interface for error handling in autd3-gain-holo.
Trans
Transpose

Traits§

LinAlgBackend
Linear algebra backend

Type Aliases§

Complex
Complex number
MatrixX
Real matrix
MatrixXc
Complex matrix
VectorX
Real vector
VectorXc
Complex vector