timowest / flauta

GNU General Public License v2.0
7 stars 0 forks source link

Re-Making the Test Program for the modules #7

Closed cbarria closed 12 years ago

cbarria commented 12 years ago

Developing a new C++ Testing program that allows us to Test the inputs and outputs of each Module (in C++).

 - Multiple options for input testing : Sinewave, Triangular wave, Impulse, Noise, Steps.
 - Multiple Inputs : 1, 2 or 3 inputs max.
 - Doesn't matter the length of the input. (using Vector from Stl)
 - All in form of a function in() and out() to avoid modifying the original C++ Code.
 - All the input examples are generated in MatLab and saved in CSV Files.

all these modifications where proposed so we can eliminate variables that can cause bad testing outputs.

timowest commented 12 years ago

Some comments on this.