Abstract
Monitoring the health of wind turbine foundations is essential for ensuring their operational safety. This paper presents a cost-effective approach to obtain rotational stiffness of wind turbine foundations by using only acceleration and wind speed data that are part of SCADA data, thus lowering the use of moment and tilt sensors that are currently being used for obtaining foundation stiffness. First, a convolutional neural network model is applied to map acceleration and wind speed data within a moving window to corresponding moment and tilt values. Rotational stiffness of the foundation is then estimated by fitting a line in the moment-tilt plane. The results obtained indicate that such a mapping model can provide stiffness values that are within 7% of ground truth stiffness values on average. Second, the developed mapping model is re-trained by using synthetic acceleration and wind speed data that are generated by an autoencoder generative AI network. The results obtained indicate that although the exact amount of stiffness drop cannot be determined, the drops themselves can be detected. This mapping model can be used not only to lower the cost associated with obtaining foundation rotational stiffness but also to sound an alarm when a foundation starts deteriorating.
    1. Introduction
Wind energy is a major contributor to renewable energy in generating electricity. Currently wind energy’s contribution to global electricity supply stands at 7.8% []. As wind farms expand in number and size, the need for maintaining the structural integrity of wind turbine foundations grows. Foundation failures can result in severe operational disruptions, safety risks, and substantial financial losses [,]. It is thus essential to monitor the condition of wind turbine foundations.
As discussed in [], rotational stiffness is a key indicator that is used to assess the health of a wind turbine foundation. This indicator reflects the structural resistance of a foundation to external loads and thus provides early signs of foundation degradation, such as soil softening or structural damage. The current practice for obtaining foundation rotational stiffness involves establishing the linear relationship between foundation bending moment and tilt, which are measured by strain gauges and a tiltmeter installed on the wind turbine tower, respectively. However, as noted in [,], installing strain gauges and a tiltmeter on the tower and conducting measurements are tedious and costly. Furthermore, the current approach does not allow continuous monitoring of foundation stiffness since the sensors are normally removed after taking measurements.
To lower the cost associated with measuring foundation rotational stiffness, this paper offers an alternative approach by using only SCADA (Supervisory Control and Data Acquisition) data captured from the standard monitoring system of a wind turbine. The features or signals of the SCADA data used here for obtaining stiffness are acceleration and wind speed. Prior studies in [,,,,,] have utilized acceleration and wind speed to reflect structural dynamics, and thus, these features are used here for obtaining foundation rotational stiffness. It is worth mentioning that although natural frequencies of accelerometer signals have been utilized to assess the structural health of a turbine, for example [,,,], their applicability to estimating foundation rotational stiffness has been limited due to operational fluctuations, noise, and the presence of multiple overlapping natural frequencies of different turbine components.
A data-driven deep learning method is considered in this paper to establish the nonlinear relationship between acceleration/wind speed and direct moment/tilt measurements towards estimating foundation rotational stiffness. The first objective of this work is to demonstrate that foundation stiffness can be estimated using only SCADA acceleration and wind speed data, thus reducing the dependency on the installation of moment and tilt sensors on the tower. Once trained, the mapping model can be used to estimate foundation stiffness using only SCADA data. This allows limiting moment and tilt measurements to just recalibration of the model, and thus reducing the frequency and cost associated with conducting moment and tilt measurements. The second objective of this work is to detect a drop or degradation in foundation stiffness by considering synthetic data that are generated via a generative AI network, since real data corresponding to foundation degradation are scarce and not normally available. The synthetic data generated by a generative AI network can be used to determine whether the developed mapping model can detect a drop in stiffness to provide early warning in foundation health monitoring.
This paper addresses two main questions: (1) Is it possible to derive or estimate foundation rotational stiffness from acceleration and wind speed SCADA data? (2) Is it possible to detect a drop in stiffness using acceleration and wind speed SCADA data? This paper shows that the answer to both questions is affirmative, noting that this work is the first time the above issues related to wind turbine foundations are addressed.
2. Dataset and Data Preprocessing
A dataset was provided for this work by a wind farm owner/operator company. The dataset consists of the SCADA data as well as the moment and tilt measurements for five turbines. Figure 1 provides illustrations of the sensors and their locations for the data collection.
      
    
    Figure 1.
      Illustrations of (a) the sensors and their locations for the data collection, (b) tiltmeter placed on foundation, (c) strain gauge placed on wind tower.
  
The SCADA data includes the wind speed signal from a nacelle-mounted anemometer as well as the acceleration signal from an accelerometer installed on the nacelle. Tilt and moment were measured via a tiltmeter (Jewell Instrument C801 from Jewell Instruments, Manchester, NH, USA) at the base of the tower and three strain gauges (OMEGA KFH-3-120-D16-11L3M3S from Dwyer Instruments, Michigan City, IN, USA) installed around the tower spaced 120 degrees apart, see the illustration in Figure 2. For the specifications of these sensors, interested readers are referred to the manufacturers’ manuals [,].
      
    
    Figure 2.
      Locations of strain gauges and tiltmeter on a wind turbine tower: (a) side view and (b) top view.
  
Angle changes were recorded by the tilt sensor across two orthogonal axes, x and y, while the force-induced deformation of the tower/foundation was recorded by three strain gauges. In what follows, the computational details associated with these measurements are provided.
The dataset used in our work involves the resultant bending moment and the resultant tilt data. To estimate the stiffness of the wind turbine foundation, strain measurements are first converted into bending moments. According to Hooke’s Law, moment is given by []
      
        
      
      
      
      
    
      where  denotes strain, and  is the Young’s modulus of the tower material. For a hollow circular cross section, the section modulus S is given by []
      
        
      
      
      
      
    
      where OD and ID denote the outer and inner diameters of the tower base, respectively. By combining the above expressions, the bending moment can be computed from the measured strain and the known tower geometry and material.
Since strain gauges are not always aligned with the thrust direction, the resultant bending moment is not obtained directly. To obtain the resultant bending moment, three strain gauges positioned in 120° intervals around the tower, as illustrated in Figure 1b, are used to generate the moments , respectively. All the moments are combined into a resultant moment. The magnitude of the resultant moment from the strain gauges  is then obtained using the directional angle α between the resultant moment and the strain gauges as follows:
      
        
      
      
      
      
    
      
        
      
      
      
      
    
      
        
      
      
      
      
    
Ideally,  However, in practice, to reduce measurement noise, the following average is used
      
        
      
      
      
      
    
The tilt measurements are also integrated into a resultant tilt quantity θ according to the following equation
      
        
      
      
      
      
    
      where  and  denote tilt values measured by the tiltmeter along x and y directions. In the dataset, the sampling rate of the SCADA data is at 1 Hz while the sampling rate of the tilt and moment data is at 10 Hz. The dataset covers a monitoring period of about 10 min for each turbine.
Rotational stiffness is defined as the slope of the line that is fitted to  data samples via a first-order polynomial regression, that is
      
        
      
      
      
      
    
      where the slope k is used to serve as the ground truth stiffness, with  being the y-intercept. Within a turbine’s normal operating condition, the relationship between tilt and moment is approximately linear, and the slope k reflects the structural integrity of the foundation. A linear regression is applied to the moment–tilt data pairs, and a goodness of fit based on the coefficient of determination R2 is computed, which varies between 0 and 1. A value close to 1 indicates there is a strong linear relationship between moment and tilt. Figure 3 shows the moment-tilt data pair samples and the best-fitted line or rotational stiffness for one of the turbines in the dataset.
      
    
    Figure 3.
      Moment and tilt sample points for a turbine (#24) in the dataset.
  
For each turbine, the ground truth stiffness value (i.e., slope k), number of samples, and line goodness fit R2 are listed in Table 1. Although the turbines are of the same type, the variation in their stiffness values is due to the differences in the conditions of the foundations as well as their supporting soil. Despite variations in sample size and noise levels across the turbines, the tilt–moment relationship consistently follows a straight line.
       
    
    Table 1.
    Ground truth stiffness, number of samples, and line goodness fit R2 of the dataset examined.
  
Three data pre-processing steps were conducted on the dataset. First, since there was a 33 s misalignment in time between the moment/tilt data samples and the acceleration/wind speed data samples, a time shifting was performed to align the samples in time. Second, the acceleration and wind speed data samples were up-sampled to reach 10 Hz via linear interpolation in order to match the sampling rate of the moment and tilt data samples. Down-sampling to 1 Hz was not performed for several reasons: (i) Reducing the resolution of tilt and moment signals would have resulted in the loss of high-frequency information valuable for accurate stiffness estimation. (ii) Variations in the acceleration signal occur over short time durations and thus down-sampling would have suppressed them. Our analysis of the data indicated that when the window size exceeded 4 s, the measurement accuracy deteriorated. At 1 Hz sampling, the window would have included only three data points, which would have been insufficient for capturing signal variations. Third, FFT (Fast Fourier Transform) was applied to the acceleration signal to capture its frequency content within a window with the DC component removed. Wind speed was kept in the time domain to retain the temporal information. Several combinations of signal representations were examined, and it was found that using the frequency-domain acceleration along with the time-domain wind speed consistently yielded better stiffness estimation outcomes for the turbines examined. The above pre-processing steps were performed before using the mapping model discussed next.
3. Mapping Model
Given an input sequence , where  indicates acceleration and  wind speed at time t, a mapping model f is designed to estimate tilt and moment outputs over a moving window in time with 50% overlap between consecutive windows, that is
      
        
      
      
      
      
    
An estimated stiffness  is then obtained based on the estimated tilt and moment values by the mapping model as follows:
      
        
      
      
      
      
    
      where N denotes the number of data samples,  and  represent the ith estimated tilt and moment, and  and  their averages.
The mapping model obtains a turbine’s foundation stiffness using only SCADA acceleration and wind speed data. As depicted in Figure 4, this mapping model (named model 1) is trained in a supervised manner for the purpose of estimating foundation stiffness from acceleration and wind speed signal inputs. The training set of a turbine is considered to be 70% of the dataset of that turbine, which is randomly selected, and the testing set is considered to be the remaining 30% of the dataset.
      
    
    Figure 4.
      Mapping model.
  
Four architectures were examined to conduct the mapping: CNN (Convolutional Neural Network), LSTM (Long Short-Term Memory), ANN (Artificial Neural Network), and Autoencoder. These models were selected based on their demonstrated success in time-series learning tasks in prior wind turbine studies [,,,]. Among these models, the CNN model performed the best, and thus the discussion that follows is focused on the architecture of this model.
3.1. Architecture of CNN Model
To estimate tilt and bending moment from the time-series input signals of acceleration and wind speed, a one-dimensional CNN is utilized as the mapping model. The input to the model is a sequence of windowed acceleration and wind speed values expressed by , where T denotes the window size. The architecture of the CNN consists of the following layers:
- (i)
 - Input Layer—Accepts a sequence of 2-channel time-series/frequency map data over a window of size T.
 - (ii)
 - First Convolutional Block—A 1D convolution layer with 32 filters of a kernel size 3. Then, ReLU (Rectified Linear Unit) activation is applied, followed by a max pooling layer that reduces the temporal dimension by a factor of 2
 
- (iii)
 - Second Convolutional Block—The feature map output of the first convolution block is passed through a second convolution layer with 64 filters (also with a kernel size 3, ReLU activation), followed by another max pooling layer
 
- (iv)
 - Flatten and Dense Layers—The pooled features are flattened into a 1D vector and passed through a fully connected layer with 128 units and ReLU activation
 
- (v)
 - Dropout Layer—To prevent overfitting, a dropout layer with a rate of 0.2 is added.
 - (vi)
 - Output Layer—Finally, a dense layer with linear activation is used to output a 2D vector representing the estimated tilt and moment
 
An illustration of the architecture considered is shown in Figure 5. The acceleration/wind speed input dimension of the CNN model is 30 (window size) + 30 (window size), and the tilt/moment output dimension of the CNN model is 2.
      
    
    Figure 5.
      Architecture of the CNN mapping model used.
  
3.2. Window Size Selection
Careful selection of the sliding window size is needed for inputting data into the mapping model. A window that is too narrow may not adequately capture the hidden pattern in a signal due to the presence of noise, while a window that is too wide may obscure tilt and moment variations. An appropriate window size was determined empirically. Starting from a window size of 10 samples (corresponding to 1 s), the window size or length was incrementally increased by 10 samples. For each window size, 50 independent experiments were conducted, and the average error between the estimated and true tilt/moment values was computed. As shown in Table 2, a window size of 30 samples (3 s) was found to provide the best outcome in terms of generating the lowest mapping error.
       
    
    Table 2.
    Window size selection.
  
4. Synthetic Data Generation
As stated in the introduction, besides the mapping of acceleration and wind speed to tilt and moment, it is desired to detect a drop in stiffness by the mapping model. However, no real SCADA data and tilt/moment measurements exist at lower stiffness values. The objective of detecting a drop in stiffness is met here by generating synthetic data based on real data. This section addresses the generation of such data.
Before the process of generating synthetic data is described, for detecting a drop in stiffness, the initial attempt comprised using the data from another turbine with lower stiffness. It was found that for two turbines with similar stiffness, the distributions or 2D histograms of moment (as well as tilt) vs. acceleration normalized by wind speed differed, indicating that the nonlinear relationship between acceleration/wind speed and tilt/moment also depends on the characteristics of a turbine. In other words, any synthetic data generated needs to come from the real data of the same turbine, not from the real data of a different turbine.
The generation of synthetic data is achieved here by using a generative AI network. The purpose of this network is to generate synthetic acceleration and wind speed signals corresponding to artificial tilt and moment data points at a lower stiffness or slope. A generative AI network is first trained by mapping real tilt/moment data samples to real acceleration/wind speed data samples, establishing the latent relationship between them. Then this network is used to generate synthetic acceleration/wind speed data samples from artificial tilt/moment data points at a lower stiffness. Artificial tilt/moment data points are obtained randomly along a line at a lower slope in the moment-tilt plane. After generating the synthetic data, the mapping network is retrained by using both the real and synthetic data.
The above process is illustrated in Figure 6. As shown in this figure, the first artificial moment/tilt data points are generated on a line at a lower slope in the moment-tilt plane. The orange arrow in this figure indicates a simulated drop in stiffness. Then, a generative AI network is used to generate synthetic acceleration and wind speed data samples. Finally, both the real and synthetic data samples are used to train the mapping model (named model 2). In the next section, it will be shown that a drop in stiffness can be detected by model 2.
      
    
    Figure 6.
      Steps taken to detect a drop in stiffness: (1) generating artificial moment and tilt data points, (2) generating synthetic acceleration and wind speed data samples from artificial moment and tilt data points, and (3) re-training the mapping model based on both real and synthetic data.
  
The generative AI networks of GAN (Generative Adversarial Network) [], VAE (Variational Autoencoder) [], and AutoEncoder (AE) [] were examined for generating synthetic data. Among these generative AI networks, the AE network produced synthetic data that most closely resembled real data. Figure 7 provides an example illustrating the resemblance of the frequency spectrum of a sample synthetic acceleration signal generated by the AE network to the real acceleration signal at the same wind speed. Hence, in the subsection that follows, the focus is placed on the architecture of the AE network considered.
      
    
    Figure 7.
      (a) Frequency spectrum of the real acceleration signal at the same wind speed, and (b) sample frequency spectrum of a synthetic acceleration signal generated by the AE network.
  
Architecture of Autoencoder Network
An AE (AutoEncoder) network consists of an encoder and a decoder part. The encoder part takes a tilt-moment data pair and projects it into a low-dimensional latent representation space .
      
        
      
      
      
      
    
Then, the decoder reconstructs the corresponding acceleration and wind speed data from the latent representation.
      
        
      
      
      
      
    
        where  denotes the reconstructed acceleration  and wind speed .
During training, the autoencoder is fed with the real tilt and moment data samples along with their corresponding real acceleration and wind speed data samples. The network learns to reconstruct the input by minimizing the reconstruction error between the original and generated sequences via minimizing the MSE loss function.
      
        
      
      
      
      
    
        where  denotes the original acceleration and wind speed signals. Once trained, the network is used to generate synthetic data. By inputting synthetic tilt and moment data samples from an artificially lower slope stiffness line, the network generates corresponding synthetic acceleration and wind speed data samples. The generated synthetic data samples allow the mapping model to detect a drop or reduction in stiffness. The architecture of the AE network used is displayed in Figure 8.
      
    
    Figure 8.
      Architecture of the Autoencoder network used (numbers represent the number of so-called Dense units).
  
5. Results and Discussion
5.1. Results of Estimating Stiffness by the Mapping Model
For each turbine, the mapping model was trained 50 times, each time using a different training and testing set to remove any bias in the training/testing sets. The estimated tilt and moment values were then used to compute an estimated stiffness by fitting a linear regression line to the outputted tilt-moment pairs. The outcome of the mapping model is shown in Table 3. Basically, this table indicates that it is feasible to use acceleration and wind speed SCADA data to obtain a close estimate of the foundation rotational stiffness. The average difference between the estimated stiffness and the ground truth stiffness is found to vary from 1.8% to 7%, indicating the feasibility of using acceleration and wind speed for obtaining foundation rotational stiffness.
       
    
    Table 3.
    Stiffness estimation by the mapping model (model 1).
  
Noting that the cost associated with measuring tilt is relatively lower than that of measuring moment due to a more difficult installation of strain gauges on the tower, another experimentation was carried out by limiting the mapping model to only the moment. The outcome of this experimentation is shown in Table 4. As seen from this table, due to estimating only one quantity (moment), lower differences from the ground truth (0% to 5.3%) with narrower standard deviations were obtained as compared to Table 3 where two quantities (moment and tilt) were estimated.
       
    
    Table 4.
    Stiffness estimation by the mapping model (model 1) with only moment as output.
  
5.2. Results of Detecting a Drop in Stiffness
First, to evaluate the similarity of synthetic data with real data, the cosine similarity metric was utilized. This metric captures the angular distance between two vectors representing the frequency components of synthetic acceleration signals with the frequency components of real acceleration signals. A similarity value close to 1 indicates a high similarity between real and synthetic data.
To establish a reliable baseline, the average cosine similarities between the real-to-real acceleration signals under the same wind speeds were first obtained. These values served as a reference for interpreting how realistic the generated synthetic signals were. Then, the average cosine similarities among the synthetic-to-real acceleration signals, also under the same wind speeds, were computed to evaluate how close the synthetic data came to replicating the real data.
More specifically, the original real acceleration dataset was randomly divided into two equal halves. The first half was used as the reference for comparison, ensuring it remained unseen by the generative process. The second half was used towards training the generative network and generating the synthetic data. The real-to-real (first half to second half) cosine similarities provided the baseline. The synthetic-to-real cosine similarities were then obtained for different levels of artificial drops in stiffness. Figure 9 shows the cosine similarity results for turbine #40. Similar results were obtained for the other turbines. As illustrated in this figure, the average synthetic-to-real cosine similarities were found to be close to the average real-to-real cosine similarities for artificial drops in stiffness below 5.
      
    
    Figure 9.
      Average cosine similarities of real-to-real acceleration data (baseline) and average cosine similarities of synthetic-to-real acceleration data for 1 and 5 drops in stiffness (turbine #40).
  
For each turbine, the mapping model was re-trained 50 times (different sets of training and testing sets) using 70% of both the real and synthetic data for training, which were randomly selected, and the remaining 30% of both the real and synthetic data were used for testing. The outcome of this mapping model (model 2) is shown in Table 5.
       
    
    Table 5.
    Results of detected drops in stiffness (model 2).
  
As seen from Table 5, although the detected drop in stiffness did not precisely match the artificial drop, they consistently reflected the drops in their values. Changes in soil properties, ground compaction, or other similar factors influence a turbine’s dynamic response, causing the mapping relationship to deviate from the artificial degradation scenarios examined. Nevertheless, what is of importance here is the fact that the utilization of the synthetic data allowed a drop in stiffness to be consistently detected.
6. Conclusions
A data-driven approach has been considered in this paper for the purpose of estimating the foundation rotational stiffness of wind turbines by using only acceleration and wind speed SCADA data. Such an approach can lower the cost associated with existing methods of measuring rotational stiffness, involving installing strain gauges and a tiltmeter on a turbine tower, by allowing less frequent utilization of these sensors or by reducing dependence on direct moment and tilt measurements. A convolutional neural network mapping model has been developed to map the acceleration and wind speed signals within a moving window to tilt and moment values. The training of the model is carried out on a per-turbine basis. It has been shown that this model provides estimated stiffness values that are close to the ground truth stiffness values. Furthermore, to detect a drop in stiffness for sounding an alarm, since no real data are available at lower stiffness values, synthetic acceleration and wind speed data have been generated by using an autoencoder generative AI network. As a result of including such synthetic data in the mapping model, it is shown that drops in stiffness can be detected. In summary, the developed approach provides a more cost-effective alternative solution to the existing approach of obtaining the rotational stiffness by installing moment and tilt sensors.
Author Contributions
Conceptualization, J.D., M.R. and N.K.; methodology, J.D. and N.K.; software, J.D.; investigation, J.D. and N.K.; resources, M.R. and N.K.; data curation, J.D., M.R. and N.K.; writing, J.D., N.K. and M.R.; supervision, M.R. and N.K. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported in part by the National Science Foundation under Award Nos. 1916715 and 1916776 (I/UCRC for Wind Energy, Science, Technology, and Research) and by the members of WindSTAR I/UCRC. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation or the sponsors.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Dataset not available due to a nondisclosure agreement.
Acknowledgments
The authors would like to acknowledge the industrial advisory members of the WindSTAR, NSF, IUCRC for their feedbacks. The authors would also like to acknowledge the discussions with Reillan Sawyer regarding turbine foundations.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Dai, J.; Zhang, Y.; Rotea, M.; Kehtarnavaz, N. A Review of Machine Learning Approaches for Prediction of Icing on Wind Turbines. In Proceedings of the 2024 IEEE 19th Conference on Industrial Electronics and Applications (ICIEA), Kristiansand, Norway, 5–8 August 2024; pp. 1–7. [Google Scholar]
 - Thompson, J.M.T.; Byrne, B.W.; Houlsby, G.T. Foundations for Offshore Wind Turbines. Philos. Trans. R. Soc. London. Ser. A Math. Phys. Eng. Sci. 2003, 361, 2909–2930. [Google Scholar] [CrossRef]
 - McAlorum, J.; Perry, M.; Fusiek, G.; Niewczas, P.; McKeeman, I.; Rubert, T. Deterioration of Cracks in Onshore Wind Turbine Foundations. Eng. Struct. 2018, 167, 121–131. [Google Scholar] [CrossRef]
 - Duan, Y.; Pan, W.; Ping, T.; Mou, B.; Young, B. Effects of Module-to-Module Connection Rotational Stiffness on the Structural Performance of High-Rise Steel Modular Buildings. J. Build. Eng. 2024, 82, 108187. [Google Scholar] [CrossRef]
 - Faulkner, K.; Brownjohn, J.M.W.; Wang, Y.; Huseynov, F. Tracking Bridge Tilt Behaviour Using Sensor Fusion Techniques. J. Civ. Struct. Health Monit. 2020, 10, 543–555. [Google Scholar] [CrossRef]
 - Silva, A.L.; Varanis, M.; Mereles, A.G.; Oliveira, C.; Balthazar, J.M. A Study of Strain and Deformation Measurement Using the Arduino Microcontroller and Strain Gauges Devices. Rev. Bras. Ensino Fís. 2018, 41, 20180206. [Google Scholar] [CrossRef]
 - Liu, C.; Park, J.-W.; Spencer, B.F.; Moon, D.-S.; Fan, J. Sensor Fusion for Structural Tilt Estimation Using an Acceleration-Based Tilt Sensor and a Gyroscope. Smart Mater. Struct. 2017, 26, 105005. [Google Scholar] [CrossRef]
 - Gulgec, N.S.; Takáč, M.; Pakzad, S.N. Structural Sensing with Deep Learning: Strain Estimation from Acceleration Data for Fatigue Assessment. Comput. Aided Civ. Infrastruct. Eng. 2020, 35, 1349–1364. [Google Scholar] [CrossRef]
 - Jahani, K.; Langlois, R.G.; Afagh, F.F. Structural Dynamics of Offshore Wind Turbines: A Review. Ocean. Eng. 2022, 251, 111136. [Google Scholar] [CrossRef]
 - Maes, K.; Iliopoulos, A.; Weijtjens, W.; Devriendt, C.; Lombaert, G. Dynamic Strain Estimation for Fatigue Assessment of an Offshore Monopile Wind Turbine Using Filtering and Modal Expansion Algorithms. Mech. Syst. Signal Process. 2016, 76–77, 592–611. [Google Scholar] [CrossRef]
 - Tarpø, M.; Nabuco, B.; Skafte, A.; Kristoffersen, J.; Vestermark, J.; Amador, S.; Brincker, R. Operational Modal Analysis Based Prediction of Actual Stress in an Offshore Structural Model. Procedia Eng. 2017, 199, 2262–2267. [Google Scholar] [CrossRef]
 - McAdam, R.A.; Chatzis, M.N.; Kuleli, M.; Anderson, E.F.; Byrne, B.W. Monopile Foundation Stiffness Estimation of an Instrumented Offshore Wind Turbine through Model Updating. Struct. Control. Health Monit. 2023, 2023, 4474809. [Google Scholar] [CrossRef]
 - Wondra, B.; Malek, S.; Botz, M.; Glaser, S.D.; Grosse, C.U. Wireless High-Resolution Acceleration Measurements for Structural Health Monitoring of Wind Turbine Towers. Data Enabled Discov. Appl. 2019, 3, 4. [Google Scholar] [CrossRef]
 - García, D.; Tcherniak, D. An Experimental Study on the Data-Driven Structural Health Monitoring of Large Wind Turbine Blades Using a Single Accelerometer and Actuator. Mech. Syst. Signal Process. 2019, 127, 102–119. [Google Scholar] [CrossRef]
 - Kilic, G.; Unluturk, M.S. Testing of Wind Turbine Towers Using Wireless Sensor Network and Accelerometer. Renew. Energy 2015, 75, 318–325. [Google Scholar] [CrossRef]
 - Vidal Seguí, Y.; Rubias, J.L.; Pozo Montero, F. Wind turbine health monitoring based on accelerometer data. In Proceedings of the 9th ECCOMAS Thematic Conference on Smart Structures and Materials, Paris, France, 8–12 July 2019; pp. 1604–1611. [Google Scholar]
 - Jewell Instruments. LS Series Precision Inclinometers Operating Manual; Jewell Instruments: Manchester, NH, USA, 2018; Available online: https://jewellinstruments.com/wp-content/uploads/L00255-C801-Rev-D.pdf (accessed on 20 June 2025).
 - OMEGA Engineering. KFH Series Foil Strain Gauges Datasheet; OMEGA Engineering: Norwalk, CT, USA, 2020; Available online: https://assets.omega.com/pdf/test-and-measurement-equipment/strain-gauges/KFH.pdf (accessed on 20 June 2025).
 - Gere, J.M.; Goodno, B.J. Mechanics of Materials, 8th ed.; Cengage Learning: Boston, MA, USA, 2012. [Google Scholar]
 - Kong, Z.; Tang, B.; Deng, L.; Liu, W.; Han, Y. Condition Monitoring of Wind Turbines Based on Spatio-Temporal Fusion of SCADA Data by Convolutional Neural Networks and Gated Recurrent Units. Renew. Energy 2020, 146, 760–768. [Google Scholar] [CrossRef]
 - Chen, H.; Liu, H.; Chu, X.; Liu, Q.; Xue, D. Anomaly Detection and Critical SCADA Parameters Identification for Wind Turbines Based on LSTM-AE Neural Network. Renew. Energy 2021, 172, 829–840. [Google Scholar] [CrossRef]
 - Amini, A.; Kanfoud, J.; Gan, T.-H. An Artificial Intelligence Neural Network Predictive Model for Anomaly Detection and Monitoring of Wind Turbines Using SCADA Data. Appl. Artif. Intell. 2022, 36, 2034718. [Google Scholar] [CrossRef]
 - Lutz, M.-A.; Vogt, S.; Berkhout, V.; Faulstich, S.; Dienst, S.; Steinmetz, U.; Gück, C.; Ortega, A. Evaluation of Anomaly Detection of an Autoencoder Based on Maintenace Information and Scada-Data. Energies 2020, 13, 1063. [Google Scholar] [CrossRef]
 - Jin, X.; Wang, H.; Kong, Z.; Xu, Z.; Qiao, W. Condition Monitoring of Wind Turbine Generators Based on SCADA Data and Feature Transfer Learning. IEEE Access 2023, 11, 9441–9450. [Google Scholar] [CrossRef]
 - Yang, L.; Zhang, Z. Wind Turbine Gearbox Failure Detection Based on SCADA Data: A Deep Learning-Based Approach. IEEE Trans. Instrum. Meas. 2021, 70, 3507911. [Google Scholar] [CrossRef]
 - Nazir, S.; Patel, S.; Patel, D. Autoencoder Based Anomaly Detection for SCADA Networks. IJAIML 2021, 11, 83–99. [Google Scholar] [CrossRef]
 
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.  | 
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).