フィルターのクリア

Data Modelling with uneven sampling frequency

1 回表示 (過去 30 日間)
Vinod Bhosale
Vinod Bhosale 2020 年 6 月 19 日
回答済み: Sabin 2024 年 1 月 23 日
Hi,
I am doing data modelling, which has data between Voltage Vs Time, Active Power Vs Time, Reactive Power Vs Time.
All three variables are sampled at different sampling rate. Time is extracted in fomat date:hh:mm:ss, I have plotted three graphs w.r.t.
using various filters (SG, LQR etc.)
Now I need to compare, voltage with active power and Voltage with Reactive power in certain window. Since, time stamping is different, how to compare?
Is there any way, I can estimate values of active power & reactive power at same time instant of Voltage.

回答 (1 件)

Sabin
Sabin 2024 年 1 月 23 日
plot(X1,Y1,S1,X2,Y2,S2,X3,Y3,S3,...) combines the plots defined by the (X,Y,S) triples, where the X's and Y's are vectors or matrices and the S's are strings. In this way it is possible to plot two or more signals with different time vector.
if the evolution of power is linear it will also be possible to interpolate the existing points to have the power at exact same timestamps. This way it is then easy to compare the two signals and do basic mathematical operations between them.

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by