Beating Nyquist with Compressed Sensing

  Рет қаралды 17,797

Steve Brunton

Steve Brunton

Күн бұрын

Пікірлер: 19
@The_Tauri
@The_Tauri 4 жыл бұрын
So the way I understood it, the random sampling manages to find enough info about the high freq info because some of the times we will have sampled close enough in time domain to catch it. So is it possible to know for sure (or with arbitrarily high probability) if you have enough number of random points to have caught all of the high-freq components w/o knowing the original signal?
@Tman7855
@Tman7855 4 жыл бұрын
How do you get matlab in dark mode?
@jairguilhermecertorio6362
@jairguilhermecertorio6362 4 жыл бұрын
he's probably inverting the colors with his screen recorder. Even the Mac title bar buttons have a different color 9:10
@orewabrt1106
@orewabrt1106 10 ай бұрын
i have an wav audio signal at 44100Hz. would it be possible to restore it like this?
@timothydawson
@timothydawson 3 жыл бұрын
This is fascinating - could you accomplish the same effect with the signals from two sensors whose sampling rates differ from an integer multiple by a small amount? I'm picturing a pitot tube which splits off into two pressure transducers, one sampling at 128 Hz and the other at, say, 63 Hz. The least common multiple between these is 8064, so I wonder if your effective NyQuist frequency would be thereabouts.
@timothydawson
@timothydawson 3 жыл бұрын
Upon doing a little literature search, it looks like this is exactly what I was describing: aip.scitation.org/doi/10.1063/1.5063343 Neat!
@JustCallmeTheD
@JustCallmeTheD 3 жыл бұрын
can you show me how to creat a function Cosamp in this video. Tks u so much
@evanparshall1323
@evanparshall1323 2 жыл бұрын
I assume that with the DCT matrix, you can take that matrix and multiply it with a vector to calculate the discrete cosine transform of that vector. In this case, wouldn't "s" already be discrete cosine coefficients since those are the sparse coefficients you are looking for. That is why you do the IDCT at the end to back out the signal. I am just confused why you chose your psi to be the DCT matrix since it seems like you are calculating the discrete cosine transform vector twice. I would think that psi should be the IDCT matrix since x = psi*s and s is the sparse coefficients.
@evanparshall1323
@evanparshall1323 2 жыл бұрын
Just ran the code and I can confirm that the optimization occurs significantly better when "dct" is replaced with "idct" in line 35 of the code shown in the video
@Eigensteve
@Eigensteve Жыл бұрын
That is a really good point! Yes, I believe Psi should be the iDCT matrix. Good catch!
@Kong9901
@Kong9901 4 жыл бұрын
Something I don't understand : at 7:18 the amplitude in red of the first component is more of less 600 whereas the true amplitude (in white) is at 1000. So there is a big difference but the reconstructed time serie (in red) is exactly the same as the real one (in white). Can you explain why please ?
@nami1540
@nami1540 3 жыл бұрын
Good question! It shows in the signal, when zoomed out
@HebertTema
@HebertTema 3 жыл бұрын
Hi Steve, I am interested to see how matching pursuit would do with complex signals (replacing both cos(2 pi f t) with exp(2j pi f t)). Also, does MATLAB have these matching pursuit functions built-in or are they your custom-written functions?
@andyduarte8405
@andyduarte8405 10 ай бұрын
Hello :) I found your videos a while ago and this is like the 4th time I watch them, and honestly every new time I watched it I realize some new things XD It´s a bit late comment, but I hope I can get an answer. I´m a PhD student, and i´m gonna use Compressed Sensing with wireless sensor netwroks In the code you use the DCT basis, I wanted to know how the code would it be if instead we use Fourier basis or Wavelet basis or changing the perm array, from "random single pixel" to Gaussian or Bernoulli distribution?
@hugobsaraujo
@hugobsaraujo 3 жыл бұрын
Why is Psi= dct(eye(n,n))? I'm having a hard time understanding that.
@Eigensteve
@Eigensteve 3 жыл бұрын
The DCT can be written as a matrix multiplication, and dct(eye(n,n)) is a quick and easy way to get this matrix in matlab. It essentially computes the DCT of the nxn identity matrix.
@nami1540
@nami1540 3 жыл бұрын
I tried this with cvx as I couldn't find the function you used here. It did not work with cvx and resulted in a plausible but different signal. Do you have any idea why this is? I don't. My code at this section was: %% Solve compressed sensing problem Psi = dct(eye(n,n)); % Psi as direct cosinus transform Theta = Psi(perm, :); % resembels multiplication wit 0/1 built C matrix cvx_begin; variable s(n); minimize(norm(s,1)); subject to Theta*s == y'; cvx_end; % Invert cosinus transformation xrecon = idct(s);
@nami1540
@nami1540 3 жыл бұрын
I tried this in your code as well and it performs identically when cosamp is replaced with this. Please tell me whether I am doing something terribly wrong or whether these are normal inaccuracies at such a compression level.
@lucashyanrada9587
@lucashyanrada9587 4 жыл бұрын
Very nice 😍💋 💝💖♥️❤️
Shannon Nyquist Sampling Theorem
17:19
Steve Brunton
Рет қаралды 138 М.
Compressed Sensing: When It Works
17:47
Steve Brunton
Рет қаралды 34 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Large Language Models explained briefly
8:48
3Blue1Brown
Рет қаралды 971 М.
Nyquist-Shannon; The Backbone of Digital Sound
17:34
Technology Connections
Рет қаралды 549 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 622 М.
Beating Nyquist with Compressed Sensing, in Python
12:05
Steve Brunton
Рет қаралды 19 М.
Underdetermined systems and compressed sensing [Matlab]
11:54
Steve Brunton
Рет қаралды 14 М.
Sparsity and the L1 Norm
10:59
Steve Brunton
Рет қаралды 50 М.
Compressed Sensing: Overview
6:48
Steve Brunton
Рет қаралды 63 М.
Everything You Need to Know About Control Theory
16:08
MATLAB
Рет қаралды 588 М.
The intuition behind the Nyquist-Shannon Sampling Theorem
11:25
Underdetermined systems and compressed sensing [Python]
10:35
Steve Brunton
Рет қаралды 21 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН