Skip to main content

Questions tagged [eigendecomposition]

1 vote
1 answer
103 views

Let us consider signals (or finite sequences) that are invariant under the Discrete Fourier Transform (DFT). Suppose we are able to obtain a closed-form (explicit) formula for such invariant signals. ...
ABB's user avatar
  • 439
1 vote
2 answers
359 views

This question is a follow-up to this Pisarenko Harmonic Decomposition question. In the answer and comments gathered there, it appears that instead of computing the Pisarenko pseudo-spectrum using the (...
Blupon's user avatar
  • 222
1 vote
1 answer
312 views

I'm trying to implement Pisarenko's Harmonic decomposition in Python and can't get a proper pseudo spectrum revealing the three frequencies of the signal I'm analysing. I tried a few things (using <...
Blupon's user avatar
  • 222
1 vote
0 answers
53 views

Consider a real vector time series: $\mathbf{x}_k\in{\mathbb{R}}^{N \times 1}$ where $k$ is the sample index. An associated correlation matrix is updated recursively as: $${\bf R}_k = \alpha {\bf R}_{...
rhz's user avatar
  • 513
2 votes
0 answers
143 views

Let $F=\frac{1}{\sqrt{n}}(w^{kl})_{k,l=0}^{n-1}$ be the discrete Fourier matrix of size $n$ where $w=\exp^{-\frac{2\pi i}{n}}$. It is a well-known that $F_n^4 = I_n$ where $I_n$ represents the ...
ABB's user avatar
  • 439
2 votes
1 answer
170 views

After reading a few posts, like this. I know that arbitrary LTI systems always have complex exponential eigenfunctions. And that for specific LTI systems you can also have other types of ...
roobee's user avatar
  • 125
1 vote
2 answers
191 views

Different sets of eigenvectors for the Discrete Fourier Transform (DFT) are well-established. Are there any potential practical implications associated with deriving explicit formulations for these ...
ABB's user avatar
  • 439
4 votes
2 answers
399 views

I am seeking clarification on a particular step in the derivation of the MUSIC algorithm as presented in a specific paper. Here, there is an intermediate step I cannot follow and I would appreciate ...
Naetmul's user avatar
  • 145
3 votes
0 answers
74 views

Note: this question was initially asked in a different community. Encouraged by the comments, I decided to cross-post here too. Given (z,p,k) my goal is to convert to a state-space representation (A, ...
DaveC's user avatar
  • 31
3 votes
1 answer
109 views

Let $$\dot{x} = Ax+Bu$$ $$y = Cx + Du$$ be a linear ODE with $x(0)=0$. Here, I am assume $A$ is invertible. As you can see, the relation $$H:u(.) \mapsto y(.),$$ where $(u(.),y(.))$ is a solution to ...
Spencer Kraisler's user avatar
0 votes
1 answer
70 views

I am Ph.D in pure mathematics and interested in signal processing. Theoretically, any illustration of the eigendecomposition of the discrete trigonometric transforms (DTTs) is worthwhile. Q. What real ...
ABB's user avatar
  • 439
0 votes
2 answers
88 views

I am looking for all pairs $(x[n],q)$ where $x[n]$ is a periodic discrete signal with period $N$ and $q$ is a rational number satisfying the following identity: $$\mathcal{F}x[k]=e^{i(q-\frac{\pi k}{...
ABB's user avatar
  • 439
5 votes
0 answers
187 views

Subspace frequency estimation methods like MUSIC or ESPRIT decompose the signal correlation matrix into a signal and a noise subspace. Assume the signal model is given by $$\boldsymbol{s} = \...
Lukas's user avatar
  • 185
0 votes
1 answer
115 views

While reading the paper "Perturbation analysis for subspace decomposition with applications in subspace-based algorithms" by Zhengyuan Xu, I came across the decomposition technique called ...
Neuling's user avatar
  • 153
3 votes
2 answers
238 views

I am not working in signal processing field, but recently I happen to read a paper which estimates source numbers using Gerschgorin radii, and I feel kind of confused about why we need to estimate ...
WBR's user avatar
  • 33

15 30 50 per page