Feeds
提问
How to find Eigen Values without using eig() function ???
Hello I want to calculate Eigen Values without using eig() function. I am actually generating a HDL code of this code, but w...
11 years 前 | 2 个回答 | 0
2
个回答提问
How do I find the frequency of a Sine wave input by a user?
I am a beginner in MATLAB . I am trying to take an input from user i.e a sine wave, and want my code to calculate its frequen...
12 years 前 | 0 个回答 | 0
0
个回答提问
Hi there, I want to convert a input sine signal( i.e the user gives that input) to a discrete time signal.
If a user enters a signal as x=sine(2*pi*2000*t); so my code should convert it to a discrete sequence like ans=[ 0.1...
12 years 前 | 1 个回答 | 0
1
个回答提问
Calculating Frequency of an input sine wave.
Hello MALABers :) please help me how to find the frequency of an input signal which is a sine wave. some thing like this ...
12 years 前 | 1 个回答 | 0
