フィルターのクリア

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

1 回表示 (過去 30 日間)
christina
christina 2018 年 10 月 1 日
回答済み: Adam 2018 年 10 月 1 日
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.

回答 (1 件)

Adam
Adam 2018 年 10 月 1 日
f = @( ) randi( numRows );

カテゴリ

Help Center および File ExchangeDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by