The variable is $\mathbf{x}=\bigl[x_1,\ldots,x_n\bigr]^T$ and $a_k$ is given number. The constraint is the following: $$\dfrac{|a_k\cdot x_k|^2}{\sum_{j\neq k}^n|a_j\cdot x_j|^2+1}\geqslant \alpha.$$
After some modifications, we can easily get the constraint in the form:
$$|a_k\cdot x_k|^2-\sum_{j\neq k}^n\alpha\cdot |a_j\cdot x_j|^2-\alpha\geqslant 0.$$
So, how can we prove that this constraint is convex or not.