How to find the Maximum frequency present in the signal x=2*sin(1000*t)+2*sin(500*t) ? and then how to plot FFT for to get the maximum frequecy peaks? ?
Show older comments
clc; clear all; close all; t=0:0.01:1; x=2*sin(1000*t)+2*sin(500*t); plot(t,x);
Answers (0)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!