Community Profile

photo

Paul


Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Why is MATLAB not solving for the internal heat generation components of my loop?
I am trying to model 1D transient heat transfer in the brain, however my code is not solving for the M and Q values below. The c...

11 years ago | 2 answers | 0

2

answers

Question


How can I convert the units of the y-axis into miliseconds^2/Hz in power spectral density analysis of an ECG signal?
This is the code that plots the PSD in dB/Hz on the y-axis nfft = 2^nextpow2(length(ecg)); Pxx = abs(fft(ecg,nfft)).^2/len...

11 years ago | 1 answer | 0

1

answer