フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

what does this function does?

1 回表示 (過去 30 日間)
KJDS SRINIVASA RAO
KJDS SRINIVASA RAO 2013 年 5 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Here zfSig is a function. The code is:
zfSig=remTrend(zfSig,winLength);
  2 件のコメント
José-Luis
José-Luis 2013 年 5 月 16 日
編集済み: José-Luis 2013 年 5 月 16 日
From its name, I would guess it removes trends. Now seriously. How do you expect us to know what a function does just by looking at its name? All I can tell you is that it is not a Matlab built-in function. To know what it does you need to look at the source code. Barring that, you could ask the author of the function. Another, less efficient alternative, is to run it and try to guess what it does.
KJDS SRINIVASA RAO
KJDS SRINIVASA RAO 2013 年 5 月 23 日
Thanks man

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by