Low Speed Airfoil Design Joan Puig Project Goals ● Maximize L/D ● Easy to build ● Keep Cm at a value that is not going to make the airplane unstable.

Slides:



Advertisements
Similar presentations
Active Appearance Models
Advertisements

Image Modeling & Segmentation
Least squares CS1114
Maximum Likelihood And Expectation Maximization Lecture Notes for CMPUT 466/551 Nilanjan Ray.
CSC321: 2011 Introduction to Neural Networks and Machine Learning Lecture 10: The Bayesian way to fit models Geoffrey Hinton.
Segmentation and Fitting Using Probabilistic Methods
1 Reinforcement Learning Introduction & Passive Learning Alan Fern * Based in part on slides by Daniel Weld.
Image Segmentation and Active Contour
Steepest Decent and Conjugate Gradients (CG). Solving of the linear equation system.
Ch 9. Markov Models 고려대학교 자연어처리연구실 한 경 수
Hidden Markov Models Theory By Johan Walters (SR 2003)
Foundations of Statistical NLP Chapter 9. Markov Models 한 기 덕한 기 덕.
Visual Recognition Tutorial
Chapter 8 Estimation: Additional Topics
First introduced in 1977 Lots of mathematical derivation Problem : given a set of data (data is incomplete or having missing values). Goal : assume the.
On Some Characteristics of the New Generation Computers Oleg N. Granichin Sergey S. Sysoev
Unsupervised Learning: Clustering Rong Jin Outline  Unsupervised learning  K means for clustering  Expectation Maximization algorithm for clustering.
Lecture 5: Learning models using EM
Most slides from Expectation Maximization (EM) Northwestern University EECS 395/495 Special Topics in Machine Learning.
Real-time Combined 2D+3D Active Appearance Models Jing Xiao, Simon Baker,Iain Matthew, and Takeo Kanade CVPR 2004 Presented by Pat Chan 23/11/2004.
Linear Methods for Classification
Differential Equations (4/17/06) A differential equation is an equation which contains derivatives within it. More specifically, it is an equation which.
Expectation Maximization Algorithm
Chap 9-1 Statistics for Business and Economics, 6e © 2007 Pearson Education, Inc. Chapter 9 Estimation: Additional Topics Statistics for Business and Economics.
Learning Bayesian Networks
Theoretical & Industrial Design of Aerofoils P M V Subbarao Professor Mechanical Engineering Department An Objective Invention ……
Expectation-Maximization (EM) Chapter 3 (Duda et al.) – Section 3.9
Learning HMM parameters Sushmita Roy BMI/CS 576 Oct 21 st, 2014.
Nonlinear Estimation1 Formulas A formula is a (possibly) nonlinear mathematical relationship. A SERIES is a vector of numbers Formulas versus SET: –You.
Study of Sparse Online Gaussian Process for Regression EE645 Final Project May 2005 Eric Saint Georges.
1/49 EF 507 QUANTITATIVE METHODS FOR ECONOMICS AND FINANCE FALL 2008 Chapter 9 Estimation: Additional Topics.
Introduction to Monte Carlo Methods D.J.C. Mackay.
1 Linear Methods for Classification Lecture Notes for CMPUT 466/551 Nilanjan Ray.
Machine Learning CUNY Graduate Center Lecture 3: Linear Regression.
Gaussian Mixture Model and the EM algorithm in Speech Recognition
Multimodal Interaction Dr. Mike Spann
Analytical vs. Numerical Minimization Each experimental data point, l, has an error, ε l, associated with it ‣ Difference between the experimentally measured.
Newton's Method for Functions of Several Variables Joe Castle & Megan Grywalski.
CJT 765: Structural Equation Modeling Class 7: fitting a model, fit indices, comparingmodels, statistical power.
Chapter 12 Multiple Linear Regression Doing it with more variables! More is better. Chapter 12A.
Chem Math 252 Chapter 5 Regression. Linear & Nonlinear Regression Linear regression –Linear in the parameters –Does not have to be linear in the.
Response surfaces. We have a dependent variable y, independent variables x 1, x 2,...,x p The general form of the model y = f(x 1, x 2,...,x p ) +  Surface.
Goal Seek and Solver. Goal seeking helps you n Find a specific value for a target cell by adjusting the value of one other cell whose value is allowed.
Solution of a System of ODEs with POLYMATH and MATLAB, Boundary Value Iterations with MATLAB For a system of n simultaneous first-order ODEs: where x is.
Probability and Measure September 2, Nonparametric Bayesian Fundamental Problem: Estimating Distribution from a collection of Data E. ( X a distribution-valued.
Section 10.1 Confidence Intervals
A Passive Approach to Sensor Network Localization Rahul Biswas and Sebastian Thrun International Conference on Intelligent Robots and Systems 2004 Presented.
CS121 Quiz 3 Fall 2012 Quiz Tips. Quiz 1 Tips Question 1 From the many calculation choices, use eval to calculate the dependent variable P(s), but use.
Chapter 11 Statistical Techniques. Data Warehouse and Data Mining Chapter 11 2 Chapter Objectives  Understand when linear regression is an appropriate.
Chapter 12 Confidence Intervals and Hypothesis Tests for Means © 2010 Pearson Education 1.
Surface Area Geometry Volume.
Today's Specials ● Detailed look at Lagrange Multipliers ● Forward-Backward and Viterbi algorithms for HMMs ● Intro to EM as a concept [ Motivation, Insights]
Graphing. Graphs Data must be shown in a way that allows others to understand your results easily and rapidly. There are many types of graphs. The type.
Inverse Estimation of Concrete Properties Andrew Salisbury Civil Engineering November 27, 2006.
Derivative-Enhanced Variable Fidelity Kriging Approach Dept. of Mechanical Engineering, University of Wyoming, USA Wataru YAMAZAKI 23 rd, September, 2010.
Maximum likelihood estimators Example: Random data X i drawn from a Poisson distribution with unknown  We want to determine  For any assumed value of.
R. Kass/W03 P416 Lecture 5 l Suppose we are trying to measure the true value of some quantity (x T ). u We make repeated measurements of this quantity.
Part 3: Estimation of Parameters. Estimation of Parameters Most of the time, we have random samples but not the densities given. If the parametric form.
Tessellation Shaders.
CJT 765: Structural Equation Modeling
This is an initial presentation set up for reports
GENERAL VIEW OF KRATOS MULTIPHYSICS
This is an initial presentation set up for reports
Nonlinear regression.
6.5 Taylor Series Linearization
Coordinate Transformation in 3D Final Project Presentation
Compound Area Compound area is where a shape can be made up of other shapes. The area of a compound shape can be found by calculating the area of the shapes.
A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture and Hidden Markov Models Jeff A. Bilmes International.
A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture and Hidden Markov Models Jeff A. Bilmes International.
Presentation transcript:

Low Speed Airfoil Design Joan Puig

Project Goals ● Maximize L/D ● Easy to build ● Keep Cm at a value that is not going to make the airplane unstable ● Have space for a strong structure ● Design an optimal airfoil for my RC airplane

Tools ● Panel Method to generate Cp distribution ● Shape adjusting function ● Optimizer ● Drag estimation tools (future work...)

Shape Adjusting Function ● It generates any reasonable airfoil starting from a guess and a set of linerly independent bump functions.

Bad bump function choice

Optimization Process Review ● Don't assume anything about the input data ● Fit the input data using a spline to the desired X coordinate values ● Pass appropriate parameters to the optimization function ● Collect data periodically

Guess

20 Iterations

40 Iterations

60 Iterations

Final Result

Convergence rate

Speed ● Solving a matrix is o(n^3) -> most of the time is spent here ● Try to be able to fit your matrix in the cache – 32*(n^2+8n)/(8*1024)<available cache ~ ● Don't calculate x^2, x^3, sin(...) exp(...^n)... every time, compute them at the beginning and use them as global variables