A python program that calculates Discrete Fast Fourier Transform, mean, median and standard deviation from a given file.
To run the program, run the command python main.py from a terminal at the project's root
inputfile- Specifies file from which to get sequence of values for input overridden by environment variableINPUTFILEinputSampleRate- Sample rate of input sequence overridden by environment variableINPUT_SAMPLE_RATEinputBytesPerValue- Bytes value for input values overridden by environment variableINPUT_BYTES_PER_VALUEoutputsettings- File to save transformed sequence overriden by environment variableOUTPUTFILE