NASA Airfoil Self-Noise Dataset
A series of aerodynamic and acoustic tests of two and three-dimensional airfoils
@kaggle.fedesoriano_airfoil_selfnoise_dataset
A series of aerodynamic and acoustic tests of two and three-dimensional airfoils
@kaggle.fedesoriano_airfoil_selfnoise_dataset
NASA dataset obtained from a series of aerodynamic and acoustic tests of two and three-dimensional airfoil blade sections conducted in an anechoic wind tunnel. The data was obtained from UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/airfoil+self-noise
The NASA data set comprises different size NACA 0012 airfoils (n0012-il) (see LINK) at various wind tunnel speeds and angles of attack. The span of the airfoil and the observer position were the same in all of the experiments.
Donor:
Dr. Roberto Lopez
robertolopez '@' intelnics.com
Intelnics
Creators:
Thomas F. Brooks, D. Stuart Pope and Michael A. Marcolini
NASA
Input features:
Output:
T.F. Brooks, D.S. Pope, and A.M. Marcolini.
Airfoil self-noise and prediction.
Technical report, NASA RP-1218, July 1989.
K. Lau.
A neural networks approach for aerofoil noise prediction.
Master’s thesis, Department of Aeronautics.
Imperial College of Science, Technology and Medicine (London, United Kingdom), 2006.
R. Lopez.
Neural Networks for Variational Problems in Engineering.
PhD Thesis, Technical University of Catalonia, 2008.
CREATE TABLE airfoilselfnoise (
  "f" BIGINT,
  "alpha" DOUBLE,
  "c" DOUBLE,
  "u_infinity" DOUBLE,
  "delta" DOUBLE,
  "sspl" DOUBLE
);Anyone who has the link will be able to view this.