MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika Strona 192

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 240
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 191
5 Data Analysis
73.2819
stdx =
8.9185
12.6127
mse =
1.9090e+003
Check the assumption of a 12-hour period in the data with a periodogram,
computed using the MATLAB
fft function:
Fs = 1; % Sample frequency (per hour)
n = length(c3); % Window length
Y = fft(c3); % DFT of dat a
f = (0:n-1)*(Fs/n); % Frequency range
P = Y.*conj(Y)/n; % Power of the DFT
figure
plot(f,P)
xlabel('Frequency')
ylabel('Power')
predicted_f = 1/12
predicted_f =
0.0833
5-22
Przeglądanie stron 191
1 2 ... 187 188 189 190 191 192 193 194 195 196 197 ... 239 240

Komentarze do niniejszej Instrukcji

Brak uwag