Skip to main content

Questions tagged [optimization]

The tag has no usage guidance.

1 vote
1 answer
62 views

Understanding Notations of Matrix Calculus in Controller Tuning Article

I have been working my way through the paper "Iterative feedback tuning: theory and applications" (Hjalmarsson, Gevers et al IEEE Control Systems Magazine , vol. 18, no. 4, pp. 26-41, Aug. ...
Martin CR's user avatar
  • 113
0 votes
0 answers
33 views

Need help with deriving a recursive formula for a control system optimization integral

I need some help with a problem that appears in one of the exercises of "Introduction to Stochastic Control Theory" by Karl J. Åström: Chapter 5, page 141, problem 8. It is about deriving a ...
mattTheMathLearner's user avatar
1 vote
1 answer
41 views

Tune Least Squares Support Vector Machine (LS-SVM) With Grid Search Optimization

I am looking for LSSVM with Gride Search optimization in Python, but could not find it. Scikit learn has SVM with Grid Search but not for LSSVM.
novin's user avatar
  • 11
1 vote
1 answer
76 views

Deriving the posterior distribution parameters of a normal distribution in the context of dereverberation

Context: $\bar{\Theta}$ is the room regression filter coefficients (RRC); $$X_{t} = \bar{\Theta}^{H}\bar{X}_{t-1} + s_{t}$$ means in words: the filter that defines how the room causes reverberation to ...
user3371266's user avatar
0 votes
1 answer
31 views

How to select the location of submatrices to have specific property in the output of multiplication

I want to set the locations of two submatrices W22 and W21 taken from Hadamard matrix, with respect to ...
Sajjad's user avatar
  • 187
2 votes
2 answers
92 views

Fit Data Samples with a Robust Fit

I have a data from a sensor which the connection model of $x$ and $y$ is known: For instance, in the case above, the model is linear. The issue is how to handle outliers. Specifically when there are ...
Royi's user avatar
  • 20.1k
1 vote
1 answer
92 views

To find the unitary matrix which is the null of the results of multiplication with another matrix

I have a matrix $F ∈ \mathbb{C}^{(m × N)}$, where $m < N$, and $F \times F^H$ is a unitary $m × m$ matrix. I need to find a unitary matrix $G$ with a dimension of $N × N$ such as results of $F\...
Fatima_Ali's user avatar
2 votes
1 answer
65 views

Reference signal minimizes the MSE across similar signals with delays

I am dealing with the following problem: I have $M$ signals ($x_1, x_2, \cdots, x_M$), each of length $N$, which are supposed to be similar, up to a certain delay between them and noise. I am ...
Omri's user avatar
  • 21
0 votes
0 answers
46 views

Least squares filter with non-linear phase and independent weights for phase and magnitude

Intro My question is related to a previous one linked here. I am interested in non-linear phase FIR filters with a specific desired phase response. After I tried the options in the linked question I ...
Yair M's user avatar
  • 319
1 vote
1 answer
107 views

Using MATLAB's `fmincon()` Solver for Linear Optimization Problem

If I have a linear optimization problem to be solved, is it correct to use the FMINCON SOLVER? If not, why?
Srikanth's user avatar
0 votes
0 answers
87 views

Half-band FIR filter is not filtering as expected

I recently discovered that one may be able to further optimize an FIR filter processing time by skipping calculations of coefficients whose values are zero, providing that the filter is about halving ...
aybe's user avatar
  • 284
4 votes
1 answer
178 views

How to regularize the latent variables of a kalman filter to be small?

This is perhaps a bit of a weird idea but suppose I want the latent variables of a Kalman filter to be small (like as if the states were being regularized). This is kind of like putting an extra prior ...
Adam S.'s user avatar
  • 41
4 votes
1 answer
342 views

Gradient descent algorithm not converging

I wish to use the gradient descent algorithm to minimize the cost function $$J(\mathbf{w}) = (\mathbf{w} - \mathbf{w}_{o})^{T} \mathbf{A}(\mathbf{w} - \mathbf{w}_{o})$$ where $\mathbf{w} \in \mathbb{R}...
MaxFrost's user avatar
  • 383
2 votes
1 answer
158 views

How to solve optimization problem

I am a newbie in Optimization. I have this Optimization problem, could anyone help how can I analyze it and solve it? \begin{align}\label{Problem_formulation} \mathbb P_1& ~~~~~~\mathop{\max}_{{ \...
Hadeel's user avatar
  • 83
3 votes
1 answer
127 views

Solving regularized least squares problem using black-box computation of $\mathbf{A}\mathbf{x}$ and $\mathbf{A}^T\mathbf{x}$

Let $\mathbf{A} \in \mathbb{R}^{n \times n}$. I'm working in a problem where I have a black-box algorithmic solution to compute the products $\mathbf{A}\mathbf{x}$ and $\mathbf{A}^T \mathbf{x}$ given ...
mlbj's user avatar
  • 95

15 30 50 per page
1
2 3 4 5
12