Now showing items 349-368 of 84803

    • 6.2 - Polynomial Regression 

      Shams El-Din El-Fouly; Siddharth Misra (7/16/18)
      In this lesson you'll learn about how to find the best fit line to a set of curved data points and how to develop a polynomial regression program. This in followed by a comparison to the results from Excel's inbuilt linear ...
    • 6.3 - Linearization (Log & Hyperbolic) 

      Shams El-Din El-Fouly; Siddharth Misra (7/17/18)
      In this lesson you'll learn about how to best fit a line using regression analysis to fit a log trend and hyperbolic trend.
    • 6.4 - Cubic Spline 

      Shams El-Din El-Fouly; Siddharth Misra (7/31/18)
      In this lesson you'll learn about how to apply cubic spline to interpolate a value between two points and how to develop a cubic spline code in VBA programming language
    • 600 Megacycle Converter for Use with Pulse-Time Telemetry and Radar Ranging Receivers 

      Cooper, Oscar L. (Oklahoma State University, 1956-08-01)
    • 60°S-62°S Witnessed a Shift Pattern of Southern Ocean Boundary Layer Aerosols and CCN 

      Niu, Qing (2021)
      The Southern Ocean (SO), dominated by high surface wind speeds associated with frequent cyclones, is the most pristine environment on Earth, providing a natural laboratory to study the correlation of marine boundary layer ...
    • 68 seconds: A narrative inquiry of LGBTQ+ people of color who survived sexual violence 

      Nelson, Megan E. (2022-12)
      Sexual violence is a pervasive and devasting issue in the United States (U.S.). According to the Rape, Abuse, and Incest National Network (RAINN), a person in the U.S. is sexually assaulted every 73 seconds. While there ...
    • 7.1 - Trapezoidal Rule 

      Shams El-Din El-Fouly; Siddharth Misra (7/19/18)
      In this lesson you'll learn about how to approximate an area under the curve using the Trapezoidal rule and how to develop a VBA code to implement this technique to any desired approximate error.
    • 7.2 - Simpson's 13 Rule 

      Shams El-Din El-Fouly; (7/20/18)
      In this lesson you'll learn about how to approximate an area under the curve using the Simpson's 1/3 Rule and how to develop a VBA code to implement this technique to any desired approximate error in addition to how the ...
    • 7.3 - Romberg Integration 

      Shams El-Din El-Fouly; Siddharth Misra (7/26/18)
      In this lesson you'll learn about how to approximate an area under the curve using Romberg Integration, how to develop a VBA code to implement this technique to any desired approximate error in addition to how Romberg ...
    • 7.4 - Conv. Forward Vs. Conv. Centered (1st & 2nd Derivative) 

      Shams El-Din El-Fouly; Siddharth Misra (7/23/18)
      In this lesson you'll learn about how to approximate derivatives using the conventional forward and centered finite difference approximations
    • 7.5 - High Accuracy Vs. Conv. Centered (1st & 2nd Derivatives) 

      Shams El-Din El-Fouly; Siddharth Misra (7/23/18)
      In this lesson you'll learn about how to approximate derivatives using the High Accuracy centered finite difference approximations and how it compares to the conventional finite approximations
    • 700mV low power low noise implantable neural recording system design 

      An, Guanglei (2014-12)
      This dissertation presents the work for design and implementation of a low power, low noise neural recording system consisting of Bandpass Amplifier and Pipelined Analog to Digital Converter (ADC) for recording neural ...
    • 7th grade Chinese students' reading motivation in Taiwan. 

      Huang, Suhua. (2007)
      This dissertation study investigated seventh-grade Chinese students' reading motivation in Taiwan. The mix-method triangulation research design was employed to find answers to the study's questions. A total of 247 seventh-grade ...
    • 8-Port SRAM Memory Cell, with 8 Writes or 16 Reads Simultaneously 

      Koppanathi, Raghu (Oklahoma State University, 2005-05-01)
      The main purpose of this thesis is to understand the working principle and design of an 8-port SRAM Memory cell with an emphasis to attain maximum possible Noise margin. We have proposed four designs, namely 2-SRAM, 4-SRAM, ...
    • 8-rings in minimal maps / 

      Goldbeck, Benno Theodor, (The University of Oklahoma., 1957)
    • 8.1 - Euler's Method 

      Shams El-Din El-Fouly; Siddharth Misra (7/27/18)
      In this lesson you'll learn about the concept behind applying Euler's Method to solve Ordinary Differential Equations and learn how to write a VBA code to apply Euler's Method
    • 8.2 - Euler's Method - Newton's Cooling Law 

      Shams El-Din El-Fouly; Siddharth Misra (7/27/18)
      In this lesson you'll learn an additional example on the application of Euler's Methods using Newton's Cooling Law
    • 8.3 - Improvements on Euler (Heun's, Midpoint & Ralston) 

      Shams El-Din El-Fouly; Siddharth Misra (7/28/18)
      In this lesson you'll learn about three techniques to improve Euler's Solution, and learn how to write a VBA program to apply all three techniques.
    • 8.4 - Runge Kutta Methods (2nd & 4th Order) 

      Shams El-Din El-Fouly; Siddharth Misra (7/28/18)
      In this lesson you'll learn about a class of equations called the Runge Kutta Methods and the Fourth Order Runge Kutta Method