Description Usage Arguments Value
A function that generates medium impulse response.
1 2 3 4 5 6 | makeMedium(plate = makePlate(), plateTheory = c("lamb", "mindlin",
"kirchhoff"), excitabilityData = "titaniumEF", modes = NULL,
sensorDiameter = 0, sensorPosition = c(0.254, 0.19),
sourcePosition = c(0.204, 0.19), sourceType = c("impulse", "step"),
duration = 0.0001024, xunit = c("time", "samples"),
samp.rate = 1e+07, bit = 32)
|
plate |
Plate specification, Default: makePlate() |
plateTheory |
Plate theory model, Default: c("lamb", "mindlin", "kirchhoff") |
excitabilityData |
Excitability function data, Default: 'titaniumEF' |
modes |
Maximum number of modes |
sensorDiameter |
Sensor diameter (in m), Default: 0 |
sensorPosition |
Sensor position coordinates |
sourcePosition |
Sensor position coordinates |
sourceType |
Source type, Default: c("impulse", "step") |
duration |
Duration of the |
xunit |
Character indicating which unit is used in argument |
samp.rate |
Sampling rate of the |
bit |
Resolution of the |
The medium impulse response waveform as a medium
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.