Siddhant Sharma
Followers: 0 Following: 0
Feeds
已回答
DTFT of x[n]
But if I want to use it without using FFT function how can we approach it? Have you developed the code for that?
DTFT of x[n]
But if I want to use it without using FFT function how can we approach it? Have you developed the code for that?
3 years 前 | 0
提问
Matlab Code for DTFT to get frequency response
I am trying to run this code to get frequency response of h[n]: clc; clear; n = 0:5; h = [1, 0, -2, 3, 0, -2]; w = -pi:...
3 years 前 | 1 个回答 | 0