Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Could you please help me with this question? Thank you in advance! 10. This problem is going to explore the limits of calculations in real-time
Could you please help me with this question? Thank you in advance!
10. This problem is going to explore the limits of calculations in real-time environments. Suppose that we want to use our MSP430 board in an audio processing application. For example purposes only, assume that the CPU clock is 25Mhz, and the I/O clock is 44.1kHz. Our FIR filter is implemented with a linear buffer. Assume that a RAM access via the bus takes 10 CPU clock cycles, that a floating point MAC takes 250 CPU clock cycles, and that a fixed point MAC takes 70 CPU clock cycles (a) How many clock cycles do you have available to compute the output sample? Show your work. (b) What is the largest length FIR filter M that you can process using i. fixed point ii. floating point Show your reasoningStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started