フィルターのクリア

How to set the input and target in power state estimation using neural network?

2 ビュー (過去 30 日間)
Hossam Mosbah
Hossam Mosbah 2016 年 7 月 14 日
コメント済み: Dina Elsafy 2023 年 12 月 20 日
I am doing an experiment on power system state estimation using neural network  for IEEE 14 bus system with fully observed. Fully observe means all sensors are working and all measured data from sensors are transmitted to the control center. So I set the input as measured data (available measurements) and target as the true state variables (load angle and magnitude voltage), however  the measured data (input) has different samples from the target (state variables), so can we set every type of input as vector. For example, active power injections as a first vector (row) in the input matrix, reactive power injections as a second vector (second row) and the same for active power flow and reactive power flow. Or it is wrong and we have to set all measurements as one vector as we do when we use weighted least square, kalman filter, linear programing and so on. 
  3 件のコメント
Abolfazl Jebeleh
Abolfazl Jebeleh 2022 年 2 月 12 日
Hi
I nead this code too
Please help me
Dina Elsafy
Dina Elsafy 2023 年 12 月 20 日
Hi Sir,
Iam doing a research in the area of Deep learning state estimation in power system , please can you send to me the model and code of the above work.

サインインしてコメントする。

採用された回答

Greg Heath
Greg Heath 2016 年 7 月 14 日
For N pairs of I-dimensional "I"nputs and resulting O-dimensional "O"utput targets
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePower and Energy Systems についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by