04-03-2006 06:54 AM
04-03-2006 07:12 AM
if your data is in an array you can do something as simple as fiid it into an auto index and do a case structure where if it is below a threshold (ie zero) bass an array strait through else append to another array using a shift register to store the clipped array. I can post an example of this later today if needed.
04-03-2006 07:23 AM
04-03-2006 08:31 AM
Here is a simple example, it essentailly does the same as threshold array but you can modify the logic to do any type of clipping you want (change the boolean to allow for hi/low bandpass or notch filters ..... There are many precanned functions to do such things but I like to know what is going on with my data without making any assumptions.
Paul
04-03-2006 10:40 AM
04-04-2006 05:15 AM