Dear all,
I am fairly new with Yalmip. I am working with Matlab and I am trying to implement the convolution between two vectors, where one is a decision variable, sdpvar, and the other is a known data, double.
At the moment, I am using the matlab function conv. However, the convolution takes very long, about 45 minutes, having vectors of about 8000 elements each.
I was wondering if there is a way for speeding this up, e.g. by using fast convolution functions, such as fconv or convolve2, with sdpvar objects as input.
Thank you for your help!