What does Xs matrix in time delay network contain?

2 ビュー (過去 30 日間)
swathi
swathi 2014 年 5 月 19 日
回答済み: Greg Heath 2014 年 5 月 19 日
Hi, I want to know what does the Xs signify in time delay networks. I got some thing like this Xs{1,2} = [0.003930 0.001703 0.000347] I want to know what does this cell contain?

採用された回答

Greg Heath
Greg Heath 2014 年 5 月 19 日
If your input vector is X, the input delay vector of nonnegative ordered integers is ID, and
d = max(ID)
then
Xs = X(d+1:end);
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (1 件)

Star Strider
Star Strider 2014 年 5 月 19 日
After searching the documentation, it seems you’re using distdelaynet or timedelaynet. According to the documentation for both, that vector is delays or input delays, and in the example code corresponds to Xs. The documentation seems to explain it all, even with a diagram of the net and where the delays appear in the net architecture.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by