I want to plot PSD for my input data(meters)
Ältere Kommentare anzeigen
I want to plot PSD for my input data (meters) if the input in volts the the PSD in dB/Hz what if the input in meters then what are the units of PSD please some body help me Ts=30; Fs =1/Ts; y=MP1; %input data(meters) h = spectrum.welch; Hpsd=psd(h,y,'Fs',Fs); what are units of y axis after the plot
Akzeptierte Antwort
Weitere Antworten (1)
Wayne King
am 29 Mai 2012
0 Stimmen
Is your sampling interval in meters, or are you really saying that your measured variable is in meters?
I'm assuming you just mean that your data is sampled spatially. What is actually being measured?
1 Kommentar
suresh
am 29 Mai 2012
Kategorien
Mehr zu Parametric Spectral Estimation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!