Skip to main content

Questions tagged [decomposition]

The concept of signal decomposition relates to the need to separate one component from the others in a signal; this can be achieved through a filtering operation which require a filter design stage.

1 vote
2 answers
162 views

I'm looking to a way to detect peaks in Matlab for noisy random signals generated by IMU's accelerometers. The signal could be approximate to a sinusoidal-like signal with zero mean and random noise ...
Shika93's user avatar
  • 111
3 votes
1 answer
149 views

I have some code to take coefficients of a signal with one of the DCT variants, then reconstruct with the inverse transform in this notebook. I'm seeing I can reconstruct a signal with better fidelity ...
Pavel Komarov's user avatar
0 votes
0 answers
43 views

I'm working on analyzing some data from a grain boundary in an atomic simulation. I've got a lot of similar data to go through and am trying to determine a reliable way to get the amplitude of my ...
Kenefactor's user avatar
0 votes
0 answers
48 views

I was trying to decompose an EMG signal, which was sampled at 200 Hz, into 7 levels of decomposition using DWT. And the result is shown in the figure( only up to level 3 is shown here) However, I ...
KRISHNAPRIYA G B's user avatar
6 votes
4 answers
4k views

I have a signal that looks like this: Red line is the function I'd like to obtain somehow. Everything <= -60 is basically absent data (i.e. not low signal). If I understand correctly, Hilbert ...
tkroman's user avatar
  • 183
4 votes
1 answer
96 views

I'm looking to composite an opaque object (e.g. 3D art) into video footage of semitransparent fog/clouds before a landscape background so that the object seems immersed in the clouds but occludes the ...
LogicBreaker's user avatar
1 vote
3 answers
409 views

I need to remove trend from my time-series which looks like the following images. However, I want to estimate the trend before removing it. Hence directly removing it won't do it. The simple ...
Mark's user avatar
  • 417
1 vote
1 answer
741 views

I want to plot a specific frequency (e.g., 1 kHz or 100 Hz) of an audio file (sampling rate 44.1 kHz). I have done fft and spectrogram analysis on the file, but I am now interested in plotting only ...
pbena's user avatar
  • 13
1 vote
0 answers
71 views

If a VMD analysis were fairly successful, in the sense that the spectrum is unimodal and relatively sparse, but still with a bit of bandwidth is it possible to extract a meaningful local amplitude and ...
Eli S's user avatar
  • 131
1 vote
1 answer
2k views

I need to design a 3/2 resampling filter using polyphasic filters. On my original filter I have coefficients $$h[n] = [a_0, a_1, a_2, a_3, a_4, a_5, a_6, a_7, a_8, a_9, a_{10}, a_{11}]$$ making it an ...
Ricardo Silvestre's user avatar
0 votes
1 answer
215 views

I'm interested in analyzing a windowed signal in terms of a weighted sum of sawtooth waves. Being a somewhat DSP newbie, is there an obvious approach to this? I realize that sawtooth waves don't form ...
jirfi's user avatar
  • 3
5 votes
2 answers
408 views

So I work in this domain of biophysics that has to do with a light-based detection for measuring small movement of molecules (nanometer and piconewton scale) via a Quadrant Photodiode. This signal ...
SpaceCadet2810's user avatar
2 votes
2 answers
967 views

I was learning the decomposition of a signal into one even signal and one odd signal: $$x(t) = x_{e}(t)+x_{o}(t)$$ with $$x_{e}(t) = \frac{1}{2}\cdot [x(t)+x(-t)]$$ and $$x_{o}(t) = \frac{1}{2}\cdot [...
Miss Mulan's user avatar
3 votes
1 answer
400 views

I compute the NMF over a spectrogram (magnitude of STFT of a signal) in this way: W,H = NMF(MyStft,r) # where r=2 is the rank W and H respectively contain the ...
Rebecca's user avatar
  • 31
2 votes
2 answers
509 views

I would like to make a 3D laplace s-domain plot from experimental data I have. The examples I have seen for this are when the function is already known and an analytical solution can be obtained (...
Aaron's user avatar
  • 21

15 30 50 per page
1
2 3 4 5 6