signals - Power PSD in uV^2/Hz via matlab? -


i know how make power psd in microvolt^2/hz instead of db/hz.

y=mydata;     h = spectrum.welch; hpsd=psd(h,y,'fs',fs,'conflevel',0.95); plot(hpsd) 

for time being, used program code psd estimation. based on example, convert db/hz. need spectrum in microvolt^2/hz. possible?

pwelch (www) it.

if input data in volts, psd estimate in units of squared volts per unit frequency.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -