Skip to main content

Questions tagged [source-separation]

Source separation is the study of separating signal(s) from mixed sources.

Filter by
Sorted by
Tagged with
2 votes
0 answers
51 views

I've been reading through ICA by A. Hyvarinen and I have a few questions. Part 1 One of the methods to perform ICA is by the maximization of nongaussianity, specifically Section 8.2 where ...
ngc1300's user avatar
  • 121
2 votes
3 answers
1k views

I would like to ask you guys that I learned the Shannon Coding, Fano coding, Huffman coding are a kind of source coding. So may I call the mp3, mp4, mpeg are a kind of source coding? Thanks so much
budapest tour's user avatar
0 votes
0 answers
24 views

We are motivated by a biological problem. Using specialized machineries, we separate a biological sample constituted from four cell types, into four tubes. Then, in each tube we count the number of ...
AyamGorengPedes's user avatar
2 votes
1 answer
70 views

I have an observation of two sources of signal with one monitor. It produces a binary vector of size n: \begin{equation} x^{n} \in [0,1] \end{equation} Each position in vector $x$ is sampled either ...
GCNN's user avatar
  • 21
2 votes
0 answers
29 views

Suppose my signal model is: $$ \mathbf{y} = D(\tau_1) \mathbf{x}_1 + D(\tau_2) \mathbf{x}_2 $$ where $D(\tau)$ is a delay matrix that shifts a signal by $\tau$ samples. $\mathbf{x}_1$ and $\mathbf{x}...
DangerousTim's user avatar
2 votes
0 answers
31 views

I state the problem in continuous time, yet of course it is discrete in practice, and time here stand for any ordinal axis (like frequency, scale). I observe a real signal $y$ which is supposed to be ...
Laurent Duval's user avatar
0 votes
0 answers
85 views

I am trying to separate two source signals, that have constant envelope. The things is that the mixture if forming a Torus, and I am not sure about which algorithm is the most adapted to the situation....
cassidi's user avatar
2 votes
0 answers
68 views

I have a signal which is a mixture of 2 close-frequency sinusoids, something like 1320 Hz and 1325 Hz, with an amplitude envelope which is typical for a musical instrument (ADSR). $$s(t) = a_1(t) \sin(...
g6kxjv1ozn's user avatar
0 votes
1 answer
105 views

I am currently working on blind source separation using sparse hypotheses and convolutive mixtures. For my project, I have compared three different methods and calculated the Signal-to-Distortion ...
BLOBA fitz's user avatar
4 votes
1 answer
141 views

is this the right way to mix two signals? (I am self learning Blind source separation) ...
BLOBA fitz's user avatar
2 votes
2 answers
170 views

Crossposted at Electrical Engineering SE A very naive question: How do we use Fourier transform for real world signals - for which you have the information only up to the present instant (and the ...
Dynamic_equilibrium's user avatar
1 vote
0 answers
147 views

I am following the instructions of this paper (https://www.earthdoc.org/content/journals/10.3997/1873-0604.2003015) to process a ground-penetrating radar (GPR) signal (a discrete signal sampled at a ...
Luis Fraga's user avatar
0 votes
0 answers
48 views

I'm using NMF (Non-negative Matrix Factorization) on a Blind Source Separation application and using sparsity, decorrelation and smoothness regularization on the Frobenius Norm Cost Function using ALS ...
Ivo Tebexreni's user avatar
4 votes
1 answer
9k views

Isolation of different human voices from audio Separate two voices from a speech signal Several years ago it was hard to extract voice from music and almost impossible to separate two human voices ...
Schezuk's user avatar
  • 143
0 votes
0 answers
456 views

I have an audio clip containing speech and noise. I want to separate the noise signal from the speech signal. I've looked at some deep-learning based models, but they only remove the noise, without ...
Sophiefy's user avatar
4 votes
0 answers
81 views

I'm trying to implement an algorithm for Convolutional Blind Source Separation (CBSS) based on the ALS algorithm for common BSS on this paper. On this paper, the problem is formulated by (noise ...
Ivo Tebexreni's user avatar
9 votes
1 answer
441 views

My first inclination when thinking about the Cocktail Party Problem would be to use adaptive beamforming to isolate different signals, but this does not seem to be how the problem is commonly thought ...
Gillespie's user avatar
  • 2,713
1 vote
0 answers
142 views

Semi-blind non-orthogonal successive interference cancellation in the single antenna case with 4G/5G signals (applies generally though). This is very similar to NOMA in 5G, except that I have no ...
joemelsha's user avatar
5 votes
1 answer
129 views

I have two samples which, when exposed to ultrasound, emit their unique frequency responses. As can be seen in the attached figure, where the exciting frequency is 2.25 MHz, sample 1 emits a strong ...
nasrin's user avatar
  • 63
2 votes
1 answer
175 views

I do not really understand the source of sign ambiguity in ICA. First, my understanding that If I apply ICA on a signal $X$ and I got 3 ICs which are represented by a set $IC^1$. Then, applying ICA on ...
rando's user avatar
  • 121
-1 votes
1 answer
73 views

Let us suppose that I measure, with an instrument, $h(t,\delta)=f(t)+g(t+\delta)$, where $f(t)$ is the desired signal, and $g(t)$ corresponds to some added undesirable corruption to $h(t,\delta)$. In ...
Evan's user avatar
  • 99
3 votes
1 answer
96 views

Given your practical and theoretical expertise: Does ICA work reliably when applied to a multidimensional mixture (observation) $X = (X^1, \cdots, X^d)$ if the different channels $X^i$ of the ...
rmcerafl's user avatar
  • 133
3 votes
1 answer
88 views

I have some audio recordings at 16KHz, which only contain music (BenSound Adventure: https://www.youtube.com/watch?v=0H8JTsG1Jtk). Since I know the music and have a separate wav file, I was wondering ...
rise of a phoenix's user avatar
2 votes
0 answers
253 views

I have two signals from two sources at a given condition and I have a mixed signal at the same condition that I know is coming from those same two sources. Is it possible to extract the source signals ...
NASRIN AKTER's user avatar
0 votes
0 answers
165 views

I have been working on an implementation of Real-time (Online) IVA (independent vector analysis). The paper I am referring to is: Real-Time Independent Vector Analysis for Convolutive Blind Source ...
El kouk Ilyas's user avatar
2 votes
2 answers
189 views

I have been doing some multimodal signal analysis, and sometimes ICA is used for detecting statistically independent components. From my understanding, say if you have 2 sources and 2 receivers/...
NeuroEng's user avatar
  • 123
-1 votes
1 answer
164 views

For example, if I have a mixed signal composed of signal A added to signal B, and I know that the histogram of signal A is non-Gaussian in the time domain, and that the histogram of signal B is ...
Abhi's user avatar
  • 1
1 vote
0 answers
52 views

This is probably a blind signal separation problem of sorts, but it seems like it should be easier than I am finding it. Let’s say I have N time series, each of length [M x 1] that are a superposition ...
Tim's user avatar
  • 11
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
0 votes
1 answer
269 views

I'm working on an acoustic source separation problem where I want to separate the voices of a choir based on intensity vector statistics. I'm currently implementing a paper by Günel called “Acoustic ...
Dries's user avatar
  • 1
0 votes
0 answers
53 views

I'm having trouble finding standard images used for testing source-separation algorithms in image processing. For instance, a common example I see is the "star-galaxy" images. Most papers I'...
Zim's user avatar
  • 153
11 votes
2 answers
1k views

I'm looking into the cocktail party problem and trying to figure out whether something like Principal Component Analysis is enough to separate out all the various voices at the cocktail party into its ...
hotmeatballsoup's user avatar
2 votes
1 answer
145 views

I want to apply the FastICA algorithm on a certain dataset. I believe the sources the Fast ICA can recover are able to explain other data as well (in similar way to factor analysis). However, I also ...
user9875321__'s user avatar
3 votes
1 answer
501 views

I have collected two signals, $B_1(x)$ and $B_2(x)$. The signals start and end at the same $x$-values. Each signal $B_i(x)$ contains: a base signal $b(x)$, which is the same for both, and a signal, ...
rotano's user avatar
  • 41
-1 votes
1 answer
178 views

Assume that we want to solve $$AX=B$$ Where both $A, X, B$ are matrices. I solved this by using ordinary least squares: $$X = (A^TA)^{-1}A^TB$$ And I got this result for one column in $X$. Here ...
euraad's user avatar
  • 417
0 votes
1 answer
170 views

I am reading the original article proposing FastICA and I have a couple of question on point not covered in the article. Both answering me or providing a source will be very appreciated. I want to ...
Davide F.'s user avatar
  • 103
0 votes
0 answers
46 views

I possess an ensemble of signal observations: $x_i[n]=s[n]*g_i[n]$, $i=1,2,....,N$ where $N$ is a very large number compared to individual signal lengths (signal lengths are identical). Here, $s[n]$ ...
Monotros's user avatar
  • 101
1 vote
0 answers
45 views

In the book Compressed Sensing by Kutyniok et al, the author talks about data separation using sparse representation. In summary, if we have a signal vector $x = x_1 + x_2$ Then, it would be ...
Lord's user avatar
  • 11
2 votes
1 answer
155 views

I have two signal s1(t) and s2(t) that I want to extract but I can only measure: y1(t) = s1(t) + s2(t-d1) y2(t) = s1(t-d2) + s2(t-d3) The time delays d1, d2 and d3 are unknown, though I have a ...
torpedo's user avatar
  • 141
1 vote
0 answers
56 views

I was following this article and I wanted to "borrow" their Idea for my own work. The difference is that I am using a microphone tetrahedral array and not a binaural microphone. I have two different ...
havakok's user avatar
  • 692
2 votes
0 answers
1k views

Using the Librosa package in Python, how may I separate an audio signal into multiple audio signals based on frequency range? I have a file music.mp3. I used HPSS ...
Celesti Aurus's user avatar
0 votes
1 answer
79 views

I have two images: $$ I_1 = w_{11}A + w_{12}B, \\ I_2 = w_{21}A + w_{22} \bar{B}. $$ $A$ and $B$ are unknown. $\bar{B}$ is ${B}$ rotated by 180 degree. For both images, $A$ has higher signal-to-...
AJS's user avatar
  • 103
1 vote
0 answers
41 views

A known signal, signal 1 got overlapped with an unknown signal. Likewise, signal 2 overlapped with another unknown signal. The problem I face now is how to classify the overlapped signals based on the ...
user41581's user avatar
0 votes
0 answers
45 views

My first data profile has 3 dimensions; atom pattern (I think it is similar to frequency), time, and signal intensity. I can use supervised NMF for source separation straightforwardly. Because the ...
Jan's user avatar
  • 189
1 vote
0 answers
39 views

I want to use NMF to separate true sources from data. My data is in group structure with overlap elements. For example (in the smaller version) group1: contains A,B,C,D,E,F,G patterns group2: ...
Jan's user avatar
  • 189
4 votes
1 answer
2k views

Using $ {l}_{1} $-norm regularization for the purpose of achieving sparsity of the solution has been successfully applied a lot. But many times, I found the paper using mixed-norm instead of $l_1$-...
Jan's user avatar
  • 189
0 votes
4 answers
1k views

Analogue radio stations often have a range of frequencies that they can use. Different transmission towers will transmit on different carrier frequencies in this range, because the signal takes time ...
wizzwizz4's user avatar
  • 123
2 votes
2 answers
571 views

What is a relatively inaudible audio watermarking technique to overlay a broadband audio signal on top of playing music without analysing the music for low-bitrate source identification? Ideally ...
Petrus Theron's user avatar
0 votes
0 answers
243 views

I'm tinkering with different adaptive beam-forming algorithms for a research project in which I want to use a Uniform Rectangular microphones Array (URA) to isolate speech in a room. I am determining ...
Florent's user avatar
  • 754
1 vote
1 answer
54 views

I am reading this paper where they introduce norm penalties for source separation. In table 1, the $\log/ l_1$ type is $\sum_{g} log(\epsilon + \lVert H_{g} \rVert_1)$. I wonder this $\lVert H_{g} \...
Jan's user avatar
  • 189