ruautd-framework

Crates.ioruautd-framework
lib.rsruautd-framework
version4.1.0
sourcesrc
created_at2020-05-22 05:45:18.787952
updated_at2020-05-22 05:45:18.787952
descriptionA basic API framework for running AUTD from Rust
homepage
repositoryhttps://github.com/sssssssuzuki/ruautd-framework
max_upload_size
id244416
size10,648
Shun Suzuki (s5suzuki)

documentation

README

RuAUTD Framework

This crate defines a basic API framework for running AUTD from Rust.

The struct and traits defined in this framework are as follows

  • Gain: contains the amplitude and phase of each transducer in the AUTD
  • Modulation: contains the amplitude modulation data
  • Link: interface to the AUTD device
  • Geometry: contains the position and direction of the AUTD device, that is, the position and direction of all the transducers that make up the AUTD.

Author

Shun Suzuki, 2020

Commit count: 0

cargo fmt