... | ... | @@ -39,11 +39,17 @@ If you have done extension task3(FFT from scratch), please describe the detailed |
|
|
|
|
|
## Scoring criteria
|
|
|
|
|
|
Total scores:100
|
|
|
Total scores:100 + 20
|
|
|
|
|
|
| Item | Seq | Requirements | Score | remark |
|
|
|
| -- | -- | -- | -- | -- |
|
|
|
| | 1 | Can achieve 256-pt FFT calculation | 50 | |
|
|
|
| | 2 | Calculation time less than 1ms | 10 | |
|
|
|
| | |
|
|
|
|
|
|
| Basic | 1 | Can achieve 256-pt FFT calculation | 50 | |
|
|
|
| Requirements | 2 | Calculation time less than 1ms | 20 | |
|
|
|
| -- | -- | -- | -- | -- |
|
|
|
| Extended | 3 | Implement a timer for performance metric | 5 | |
|
|
|
| Requirements | 4 | Implement data exchange through UART | 5 | |
|
|
|
| | 5 | Implement FFT from scratch | 10 | |
|
|
|
| -- | -- | -- | -- | -- |
|
|
|
| documentary | 6 | The content of report is complete | 10 | |
|
|
|
| and | 7 | Detailed test plan, data is complete | 10 | |
|
|
|
| data | 8 | code is complete, with sufficient explain | 10 | | |