Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsp: p_fir, p_firsym: Implement tests #182

Merged
merged 4 commits into from
Jul 7, 2015
Merged

dsp: p_fir, p_firsym: Implement tests #182

merged 4 commits into from
Jul 7, 2015

Conversation

lfochamon
Copy link
Contributor

Implement tests for p_fir and p_firsym (from #152 and #176). Tests use two types of data: integer (so the calculations are exact) and randomly generated data. The tests also check (lightly) for writing/reading beyond the arrays lengths. The reference outputs were evaluated using the filter MATLAB function.

I think this closes issues #151 and #158.

Signed-off-by: Luiz Chamon [email protected]

lfochamon added 4 commits July 4, 2015 22:21
Signed-off-by: Luiz Chamon <[email protected]>
Signed-off-by: Luiz Chamon <[email protected]>
Remove function timing from the tests and fix return codes to fit the test structure (0 -> SUCCESS; 1 -> FAILURE).

Signed-off-by: Luiz Chamon <[email protected]>
aolofsson added a commit that referenced this pull request Jul 7, 2015
dsp: p_fir, p_firsym: Implement tests
@aolofsson aolofsson merged commit d5f8716 into parallella:master Jul 7, 2015
@lfochamon lfochamon deleted the 151_158-check_fir_firsym branch August 2, 2015 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants