Lab3 result data length #94
Unanswered
DanielDu9453
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Testbech的驗證是從第一筆x輸入開始計算(其他10個data當成0)輸出第1筆Y,接著第二筆x輸入,(其他9個data當成0)輸出第2筆Y,直到最後一筆x輸入,輸出第input data length筆Y,你按照這樣的方式設計就能通過TB。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
想請問如果是做FIR,結果的長度應該是input data length + filter length -1,但是提供的golden answer只有input data length筆,那我們是不需要算後面的結果嗎?還是也是要計算並輸出
Beta Was this translation helpful? Give feedback.
All reactions