CVX optimization problem, radar signal( Golden code)

3 visualizaciones (últimos 30 días)
ahmed youssef
ahmed youssef el 7 de Abr. de 2017
Comentada: xiaopa el 22 de Abr. de 2019
Hi there, I have a problem for optimizing sidelobes of Golden code-127 after mismatched filter.
I have just 3 constraints.
first one to neglect trivial solution( work well).
The second for optimizaing sidelobe(work well).
the last one to maintain Loss in Power Gain (LPG) at somepoint.
if I comment the last constrain it gives me signal with sidelobe reduced by 1 dB.
if I put it, it gives me unfeasible solution. where is the mistake??
cvx_begin
variables q(127,1) t
minimize t
subject to
(s'*q)==(s'*s);
for i=1:length(x_new1(:,1))
(q'*(x_new1(i)')*(x_new1(i))*q)<=t;
end
q'*q <=alpha*(s)*s' ;
cvx_end;
  2 comentarios
Walter Roberson
Walter Roberson el 7 de Abr. de 2017
Note that cvx is a third party toolbox
xiaopa
xiaopa el 22 de Abr. de 2019
Why can't i solve the value of q?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by