Re: 請問這個function---> j已回收
※ 引述《loudnut (方丈)》之銘言:
: 我查了"如何取得data的envelope"
: 看到一串code:
: a(t) = x(t) + j(hilbert(x(t));
: (j應該是取虛部的意思)
: 請問那個 j 可以這樣用嗎?
: 我type進MATLAB裡面他卻說
: ??? Error using ==> j
: Too many input arguments.
: 好困擾,不知道到底哪裡出了錯...
後來查到了
應該要用 a(t) = x(t) + imag( (hilbert(x(t)) );
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.45.238.199
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):