lmsreceivergraph
Reads data from the channels, filter with LMS adaptive filter and draw error graph
Arguments
- Real step size for LMS (>0)
- Integer filter length (1-100)
- Integer buffer size, same size as channel chunk (1-10000)
- Channel object desired signal
- Channel object noisy signal
- Graph2D object or 0. If 0 graph will be created in this function
Output
Void
Examples