How do i get a function from a data on matlab and generate a signal from it
Show older comments
i have a set of time-based data, and i want to generate a signal and a function from it, how did i do this?
my data is :
t(0) = 0
t(1/2r) = root(1/2)*r
t(r) = r
r((1+1/2)r) = root(1/2)*r
t(2r) = 0
t((2+1/2)r) = -root(1/2)*r
t(3r) = -r
t((3+1/2)r) = -root(1/2)*r
t(4r) = 0
i wanted to generate a function from these input and create a signal plot from it,
1 Comment
Guillaume
on 7 Sep 2019
What you call data does not use valid matlab syntax, so it's unclear what you mean by data.
For that matter it's not clear what you call a function and a signal.
Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!