Lines Matching refs:coefs
23 coefs=np.random.randn(NUMSTAGES*5)
26 coefs = Tools.normalize(coefs)
31 config.writeInput(1, coefs,"Coefs")
35 coefs=np.reshape(np.hstack((np.insert(sos[:,:3],1,0.0,axis=1),-sos[:,4:])),n*6)
37 coefs=np.reshape(np.hstack((sos[:,:3],-sos[:,4:])),n*5)
41 coefs = coefs / 4.0
45 coefs = coefs / 4.0
47 return(coefs)
98 coefs=getCoefs(3,sos,format)
104 config.writeInput(1, coefs,"BiquadCoefs")
147 coefs=getCoefs(n,sos,format)
159 allcoefs += list(coefs)