Condition: $h,f\in \mathbb{C}^{N\times1}, \text{where}f =\hat{f} + e \text{ and } e^H e \leq 1,\ \ \ Q=h^Hff^Hh$. The function $ Q$ is convex.
Now I want to get the maximum (not minimum), i.e., the upper bound of $Q$ over the variable $e$. How to get it? Will the Lagrangian function of $Q$ be useful in this case?
The Lagrangian function of $Q$ is $\mathcal{L} = h^H(\hat{f} + e)(\hat{f} + e)^Hh + \lambda (e^H e - 1) $ which is convex, where the $\lambda \geq0$.
Thanks!