X_k = \sum_{n=0}^{2N-1} x_n \cos \left[\frac{\pi}{N} \left(n+\frac{1}{2}+\frac{N}{2}\right) \left(k+\frac{1}{2}\right) \right]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o errexit | |
# This script can be rerun several times. Every time the script is run | |
# it will redo the changes at the current tip of the master branch. | |
# | |
# The first two commits are autogenerated. | |
# | |
# - The first commit renames OPENSSL_CTX -> OSSL_LIB_CTX |