I want to read a data from the sinusoidal signal at a certain time t

1 回表示 (過去 30 日間)
Shivakumar
Shivakumar 2014 年 3 月 7 日
コメント済み: Shivakumar 2014 年 3 月 10 日
I want to read data from the sinusoidal signal for a certain time. I need the same kind of code for the distorted signal too. Sinusoidal signal is generated by an alpha-beta transformation block and it is seen in scope. Those sine wave signals are sent to workspace. The format is Structure with Time.I've included the model. The output ofthose two simouts is needed. This may be one of the basic questions. But I need help.

採用された回答

Anuj
Anuj 2014 年 3 月 7 日
Hi Shiva, first you need to change sample time from 4.85 to -1 again in your simout (To workspace block). Now see, your simout time is 100001*1 array and you are simulating for 5 sec, this means 4.85 sec is (100000/5)*4.85 = 97000+1=97001th value in the array, So you can simply do
val=simout.signals.values(97001)
this will give you the value of signal at exact 4.85 s.
Regards

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Import and Export についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by