Lab Notes

 Lab Notes For Real-Time DSP Lab 3

 Grading Form for Lab 3
 

Projects and Accompanying Files For Lab 3

 Summation Project Coded in C
 sum_C.c
 

 Summation Project Coded in DSP Assembly
 sum_asm.c
 sum_asm_func.asm
 

 Summation Project Coded in Linear Assembly
 sum_sa.c
 sum_sa_func.sa
 

 Inner Product Project Coded in C
 inner_product_C.c
 

 Inner Product Project Coded in DSP Assembly
 inner_product_asm.c
 inprod_asm_func.asm
 

 Inner Product Project Coded in Linear Assembly
 inner_product_sa.c
 inprod_sa_func.sa
 

 Inner Product Project with Programmer Optimized Assemby
 inner_product_asm_opt.c
 inprod_asm_func_opt.asm