フィルターのクリア

What does this code exactly do using spdiags

1 回表示 (過去 30 日間)
Chirag Anand
Chirag Anand 2016 年 5 月 4 日
回答済み: Bhavesh 2016 年 5 月 9 日
Hi what does the following code actually do? It states in the remarks that it is carrying out the hilbert transform but I am not so sure. I am not able to understand what is being acheieved by using the spdiags function also.a is a structural matrix, b consists of time domain data
a.b=ifft(spdiags([1:length(a.b)]'<length(a.b)/2,0,length(a.b),length(a.b))*fft(a.b))

回答 (1 件)

Bhavesh
Bhavesh 2016 年 5 月 9 日

カテゴリ

Help Center および File ExchangeHilbert and Walsh-Hadamard Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by