how can convert time domain to frequency domain

조회 수: 1 (최근 30일)
Muhammad Ismail
Muhammad Ismail 2021년 1월 22일
답변: Walter Roberson 2021년 1월 22일
hi i have problem to convert this time domain to frequency domain please help me
t = [ 0 : 0.001 : 3 ]';
x= 0.7*sin(2*pi*1*t)+0.1*sin(2*pi*50*t);
plot(t,x);
xlabel ("Time in Seconds");
title ("noise signal");
ylabel ("volt"); signal into

답변 (1개)

Walter Roberson
Walter Roberson 2021년 1월 22일
See fft and in particular the first example to see how to label the frequency bins

카테고리

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

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by