musicNMR {musicNMR} | R Documentation |
Save an Audio File from a Bruker Nuclear Magnetic Resonance Spectrum
Description
This function converts monodimensional Nuclear Magnetic Resonance spectrum in audio file. The spectrum is imported as Bruker format and the audio file is saved as *.wav
Usage
musicNMR(source,destination)
Arguments
source |
The folder's address where the Free Induction Decay is located |
destination |
Name of the .wav file |
Details
This function uses
- three functions from the package tuneR:
Wave
, normalize
and writeWave
;
- one function from the package seewave:
savewav
.
Value
No return value.
Author(s)
Stefano Cacciatore
References
Cacciatore S, Saccenti E, Piccioli M. Hypothesis: the sound of the individual metabolic phenotype? Acoustic detection of NMR experiments. OMICS. 2015 Mar;19(3):147-56.
[Package musicNMR version 1.0 Index]