필터 지우기
필터 지우기

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 CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by