-# FFT and convolution test (Python)
+# FFT and convolution test (Python), "generators" version
#
# Copyright (c) 2020 Project Nayuki. (MIT License)
# https://www.nayuki.io/page/free-small-fft-in-multiple-languages
#
+# Copyright (C) 2021 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+# https://libre-soc.org/openpower/sv/remap/
+#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
else:
return [(val / n) for val in xvec]
+
+###################################
# ---- Main and test functions ----
+###################################
def main():
global _maxlogerr