Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I've come across a few examples that the scaling factor T in the eqn below can be arbitrarily chosen as unity. How is that possible? doesn't T have something to do with the Nyquist sampling rate?

\$H(e^{jw})\$ = \$1/T\$ * \$\Sigma H_a(jw/T - j2k\pi/T)\$

share|improve this question

1 Answer

In the abstracted world of digital filters, a scaling factor is a simple multiplication for a constant, so it doesn't affect the complexity of the filter:

enter image description here

While in certain cases the scaling coefficient can be used before a filter to avoid overflow during the signal manipulation, it doesn't affect the filtering operation since it multiplies equally each sample.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.