Description Usage Arguments Value
A function that generates source impulse response.
1 2 3 4 5 | makeSource(sourceModel = c("toneburst", "plb", "hertz", "hunter", "reed",
"akay"), plate = NA, sphere = NA, riseTime = 1.5e-06,
forceAmplitude = 1, centerFreq = 2e+05, cyclesNum = 5,
duration = 0.0001024, xunit = c("time", "samples"),
samp.rate = 1e+07, bit = 32)
|
sourceModel |
The source model, Default: c("toneburst", "plb", "hertz", "hunter", "reed", "akay") |
plate |
The plate specification produced by |
sphere |
The solid sphere specification produced by |
riseTime |
The plb rise time, in s, Default: 1.5e-06 |
forceAmplitude |
The plb and tone burst force amplitude, in N, Default: 1 |
centerFreq |
The tone burst center frequency, in Hz, Default: 2e+05 |
cyclesNum |
The tone burst number of cycles, Default: 5 |
duration |
Duration of the |
xunit |
Character indicating which unit is used in argument |
samp.rate |
Sampling rate of the |
bit |
Resolution of the |
The source impulse response waveform as a source
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.