Clear Filters
Clear Filters

how to get an impulse response rather than a sine wave?

2 views (last 30 days)
If I don't want to connect my output data as wave, rather want to connect each output for the respective inputs, how should I supposed to do that? How can I get 2nd type of graph instead of 1st one?

Answers (1)

Chunru
Chunru on 30 Oct 2021
a = randn(10, 1);
stem(a)

Categories

Find more on Graph and Network Algorithms 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!