This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
osig = [100 200 300];
qerror = [1 2 3];
y =40;
assert(isequal(snrdB(osig,qerror),y))
ans =
40
|
Select every other element of a vector
16259 Solvers
3418 Solvers
543 Solvers
948 Solvers
Back to basics 22 - Rotate a matrix
682 Solvers