필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to write correctly sampler for FFT

조회 수: 1 (최근 30일)
engineer bsc
engineer bsc 2012년 6월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, i have few random inputs (in time domain),let's assume that it is x(t), i know that before entering this x(t) to the FFT operation, i need to sample the signal, and only then i should enter the sampled signal to the FFT operation.
I hope that i'm right till now , if so, can you please guide me how should i write this sampler ? or from where can i find examples with written code, to read about it ?
Thank you very much for your help.

답변 (1개)

Image Analyst
Image Analyst 2012년 6월 8일
I have little idea what you're talking about. How about this
x_spectrum = fft(x);
Of course if x has only a few values and tons of empty, unassigned values (values of t that never had an x value measured for them), then, well,...you just have to know what you're putting in and how to interpret it. If that doesn't do it for you, then post a better explanation, and some diagrams or pictures that illustrate some example of what you're trying to do.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by