Feeds
已回答
Simple Frequency Response Function
I think I figured it out. Any comments/suggestions would be appreciated. function H = FreqResponse(b,w) % This function input...
Simple Frequency Response Function
I think I figured it out. Any comments/suggestions would be appreciated. function H = FreqResponse(b,w) % This function input...
6 years 前 | 0
| 已接受
提问
Simple Frequency Response Function
I am trying to make a function that outputs the following frequency response of an FIR system: where b is a vector of filte...
6 years 前 | 1 个回答 | 0
1
个回答提问
Basic Anti-aliasing Filter (Intro to Signals & Systems)
I am trying to create a function zaa = antialias(z); which inputs a hi-res image z and outputs high-res anti-aliased image za...
6 years 前 | 1 个回答 | 0
