30min
Newbie level 2
- Joined
- Sep 13, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 16
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