Sinc Prototype Filter design

1 view (last 30 days)
Tuncay Eren
Tuncay Eren on 17 Jan 2018
Commented: Tuncay Eren on 18 Jan 2018
Hello,
Could you please help me in the following sinc filter design?
% numFFT = 1024; % Number of FFT points
%toneOffset = 2.5; % Tone offset or excess bandwidth (in subcarriers)
%L = 513; % Filter length (=filterOrder+1), odd
%numDataCarriers = 600; % number of data subcarriers in subband
%halfFilt = floor(L/2);
%n = -halfFilt:halfFilt;
% Sinc function prototype filter
%pb = sinc((numDataCarriers+2*toneOffset).*n./numFFT);
1-What is the meaning of (numDataCarriers+2*toneOffset) in this sinc function?How it is interpreted in time and frequency domains?
2-Why it is devided by the FFT length numFFT?
3-What are the sampling period, sampling rate,sampling frequency with this filter design?
4-Why we add 2*toneOffset in to this prototype design?
Thanks in advance!

Answers (1)

Abhishek Ballaney
Abhishek Ballaney on 18 Jan 2018
https://in.mathworks.com/help/signal/ref/sinc.html
  1 Comment
Tuncay Eren
Tuncay Eren on 18 Jan 2018
thanks Ahishek but I don't understand what that code (in your link) says as well. I would be glad if you could help for above code. thanks

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!