Path: Math/Analysis
% Generate a series of sine and cosine harmonics of the arguments Since version 1. -------------------------------------------------------------------------- Form: [s, c] = SCHarm( a, n ) -------------------------------------------------------------------------- ------ Inputs ------ a column vector (m,1) argument (rad) n number of harmonics ------- Outputs ------- s vector of sine harmonics c vector of cosine harmonics --------------------------------------------------------------------------
Back to the Math Module page