China Naming Network - Ziwei Dou Shu - How does Matlab sample the signal?

How does Matlab sample the signal?

1. Open MATLAB and create a new script.

2. Enter the code in the editor.

3.Tp is the observation time, and we set it as 64 microseconds, that is, 64/1000; Then the input code will produce a sampling sequence x(n) of m length.

4. Set the given value in the experimental content; Then input the given analog signal formula.

5. The subplots (3,2, 1) mean: three lines and two columns, drawn in the first position.

6. After entering the code, click Run.

7. Obtain the result and sample the signal.