Hi, I'm trying to do a filter but I need the filter output data to go through the N times filter again, until I get the data I'm looking for. But can this be done in python? I need to do it with the use of calls to a filter function determined by me, ie def filter (x, y) calculations return (p, q)
and then the same filter takes p, that is to say def filter (p, q) calculations return (m, l) Is it possible to do this is python? and if possible? as I would do to raise it thank you very much ..