30min
Newbie level 2
Hi,
I've problem in know signal frequency in matlab?
Is there any way to know that? any function to calculate it?
for example
what's the frequency of a?
best regards
I've problem in know signal frequency in matlab?
Is there any way to know that? any function to calculate it?
for example
Code:
t=-10:0.001:10;
a=sin(2*pi.*t);
best regards