필터 지우기
필터 지우기

Sinc Prototype Filter design

조회 수: 4 (최근 30일)
Tuncay Eren
Tuncay Eren 2018년 1월 17일
댓글: Tuncay Eren 2018년 1월 18일
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!

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 1월 18일
https://in.mathworks.com/help/signal/ref/sinc.html
  댓글 수: 1
Tuncay Eren
Tuncay Eren 2018년 1월 18일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by