MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika Strona 178

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 240
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 177
5 Data Analysis
The extent of the smoothing is controlled with the variable span.The
averaging calculation returns
NaN values whenever the smoothing window
includes the
NaN value in the data, thus increasing the size of the gap in the
smoothed data.
The MATLAB
filter function is also used for smoothing data:
smoothed2_c3m = filter(window,1,c 3m);
delete(h)
plot(smoothed2_c3m,'ro-');
5-8
Przeglądanie stron 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 239 240

Komentarze do niniejszej Instrukcji

Brak uwag