Can heart sounds and ecg be simultaneously recorded and downloaded onto matlab
Afficher commentaires plus anciens
Can heart sounds and electrocardiogram be simultaneously recorded and downloaded onto matlab.
how does one analize the two using fast fourier analysis
Réponses (2)
Wayne King
le 5 Déc 2013
0 votes
The answer is yes, depending on whether you can interface the hardware with MATLAB. In a former life, I used to record ECG and EEG into MATLAB using the Data Acquisition Toolbox and an NI board.
In terms of "fast" Fourier analysis, I think every computer language implements "fast" Fourier analysis as opposed to computing the DFT by brute force.
Base MATLAB ships with fft algorithms; the Signal Processing Toolbox extends the capabilities of base MATLAB for Fourier analysis.
Priya
le 26 Déc 2013
0 votes
Catégories
En savoir plus sur EEG/MEG/ECoG dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!