arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 5f9571c730fc6f902dcb550e4475014f0cd326ed
parent 83bb60cc6704e79c8fdcf8a4166767af4695b8d3
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Fri, 27 Jan 2017 18:20:00 +0300

Add wave-energy converter paper to related work.

Diffstat:
bib/refs.bib | 14++++++++++++--
phd-diss-ru.org | 9+++++++++
phd-diss.org | 11++++++++++-
3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/bib/refs.bib b/bib/refs.bib @@ -1768,4 +1768,15 @@ art_number={6710358}, keywords = {Org-mode language;active documents;code intermingling;data intermingling;hierarchical documents;plain-text markup language;prose intermingling;document handling;specification languages;}, doi = {10.1109/MCSE.2011.41}, ISSN = {1521-9615}, -}- \ No newline at end of file +} + +@article{fusco2010short, + title = {Short-term wave forecasting for real-time control of wave energy converters}, + author = {Fusco, Francesco and Ringwood, John V}, + journal = {IEEE Transactions on sustainable energy}, + volume = {1}, + number = {2}, + pages = {99--106}, + year = {2010}, + publisher = {IEEE} +} diff --git a/phd-diss-ru.org b/phd-diss-ru.org @@ -565,6 +565,15 @@ $\omega_n=\omega(u_n,v_n)$. Функция $\zeta(x,y,t)$ является тр а не является абстрактным многомерным случайным процессом, совпадающим с реальным лишь статистически. +В cite:fusco2010short модель АР используется для прогнозирования волн зыби для +управления преобразователем энергии волн (ПЭВ) в реальном времени. Для +эффективной работы ПЭВ необходимо чтобы частота встроенного осциллятора +совпадала с частотой морских волн. Авторы статьи представляют подъем волны как +временной ряд и сравнивают эффективность модели АР, нейронных сеть и циклических +моделей в прогнозировании будущих значения ряда. Модель АР дает наиболее точный +прогноз для низкочастотных волн зыби вплоть до двух типовых периодов волн. Это +пример успешного применения модели процесса АР для моделирования морских волн. + ** Известные формулы определения поля давлений *** Теория волн малых амплитуд В cite:stab2012,детярев1998моделирование,degtyarev1997analysis дается решение diff --git a/phd-diss.org b/phd-diss.org @@ -502,7 +502,7 @@ appear in practice. To summarise, LH model is linear, computationally inefficient for long-time simulations, and difficult to use as a base for more advanced models. -*** ARMA model +*** TODO ARMA model In cite:spanos1982arma ARMA model is used to generate time series spectrum of which is compatible with Pierson---Moskowitz (PM) approximation of ocean wave spectrum. The authors carry out experiments for one-dimensional AR, MA and ARMA @@ -533,6 +533,15 @@ opportunity to visualise output of the programme that allowed to ensure that generated surface is compatible with real ocean surface, and is not abstract multi-dimensional stochastic process that is real only statistically. +In cite:fusco2010short AR model is used to predict swell waves to control +wave-energy converters (WEC) in real-time. In order to make WEC more efficient +its internal oscillator frequency should match the one of ocean waves. The +authors treat wave elevation as time series and compare performance of AR model, +neural networks and cyclical models in forecasting time series future values. AR +model gives the most accurate prediction of low-frequency swell waves for up to +two typical wave periods. It is an example of successful application of AR +process to ocean wave modelling. + ** Pressure field determination formulae *** Small amplitude waves theory In cite:stab2012,детярев1998моделирование,degtyarev1997analysis the authors