Jason Nicholson
John Deere
Followers: 0 Following: 0
I am a Mechanical Engineer. Professional Interests: Mechanical systems, data analysis, Simulink, hydraulics, Finite Element Analysis, Computational Fluid Dynamics, System Identification, Signal Processing, programming, machine learning, data analytics. If you send me a message, I am likely to get back to you. :)
Feeds
已提交
regularizeNd
Create a gridded lookup table of scattered data in n dimensions.
5 months 前 | 11 次下载 |
已提交
Hamming Window Amplitude Correction
This simple script calculates the amplitude correction for a Hamming Window.
4 years 前 | 1 次下载 |
已提交
FFT Notes
This shows how to process a signal with an odd and even length fft.
4 years 前 | 1 次下载 |
已提交
Matlab Style Guidelines Cheat Sheet
One page summary of the "MATLAB Programming Style Guidelines"
6 years 前 | 30 次下载 |
已提交
Persistent Data for Lookup Tables in Simulink
How to speed up Simulink models that use large lookup tables.
6 years 前 | 4 次下载 |
已提交
Bessel Zero Solver
Finds the zeros of besselj and bessely in an ordered fashion. No zeros are missed.
6 years 前 | 47 次下载 |
已提交
Persistent Example - Loading Data Only When Needed
Working with persistent variables.
6 years 前 | 1 次下载 |
已提交
Using Cell Arrays to Concatenate Vectors/Matrices Together
Shows how to use cell arrays to concatenate vectors/matrices together.
7 years 前 | 2 次下载 |
已提交
Smooth Robust Differentiators
numerical differentiation with noise suppression
10 years 前 | 4 次下载 |
已提交
size() Vs. length() vs. Storing Length Value Before Entering for Loop
Compares use of size(), length(), and stored length of array when used in a for loop
10 years 前 | 1 次下载 |
已提交
Partition Domain
Divide a n-dimensional domain into partitions/cells and average points in each cell
10 years 前 | 1 次下载 |
已提交
Savitzky-Golay Smoothing Filter
Very simple function for Savitzky-Golay Smoothing
10 years 前 | 9 次下载 |