[][src]Trait ruautd_framework::gain::Gain

pub trait Gain: Send {
    fn build(&mut self, geometry: &dyn Geometry);
fn get_data(&self) -> &Vec<u8>; }

Gain contains the amplitude and phase of each transducer in the AUTD.

Required methods

fn build(&mut self, geometry: &dyn Geometry)

fn get_data(&self) -> &Vec<u8>

Loading content...

Implementors

Loading content...