##// END OF EJS Templates
Some more cleaning...
Some more cleaning Factorised LFR filters testbench for all test cases.

File last commit:

r647:3005781845db default
r647:3005781845db default
Show More
generate.py
7 lines | 178 B | text/x-python | PythonLexer
import numpy as np
import random
W,H=8,400000
test = np.ones((H,W))*[(random.random()*65535)-32768 for col in range(W)]
np.savetxt("input.txt", test,fmt="%d", delimiter=" ")