Filter löschen
Filter löschen

Function handle to randomly select the rows of ifft matrix for compressed sensing

1 Ansicht (letzte 30 Tage)
Can somebody tell me how can I write a function handle such that it selects the rows of the ifft matrix randomly. I need this function handle to pass it to the l1 minimization algorithm as I am dealing with a long signal and generating the full matrix causes memory issue.

Antworten (1)

Adam
Adam am 1 Okt. 2018
f = @( ) randi( numRows );

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by