import streamit.*; import streamit.io.*; class DelMat extends SplitJoin {// genrates the proper delays for the convolution of C and h public DelMat(int Q, int N) {super (Q,N);} public void init(int Q,int N) { setSplitter(DUPLICATE()); add(new Identity(Float.TYPE)); for(int i=1;i