Answered step by step
Verified Expert Solution
Question
1 Approved Answer
KINDLY PASTE MATLAB CODE. PLEASE IGNORE THE REFERENCE CODE STATED. NEED THE MATLAB CODE IN PLAIN TEXT FORMAT WITHIN 2 HOURS Using Monte Carlo method
KINDLY PASTE MATLAB CODE. PLEASE IGNORE THE REFERENCE CODE STATED. NEED THE MATLAB CODE IN PLAIN TEXT FORMAT WITHIN 2 HOURS
Using Monte Carlo method to show the estimation accuracy (in MSE) before and after adding zero-injection m3 as measurements for the system shown above. Similar to the problem 2 in homework \#1, the network is to be modeled with a DC power flow with line reactances as follows (assuming 100 MVA base): x12x23x13x34=0.1pu=0.2pu=0.25pu=0.05pu The meters are of the same type, whose noise are additive Gaussian noise with a zero as its mean value and standard deviation of =0.05 p.u. Assume the true values of the states (i.e., bus voltage angles) are 1=0.0000(radian)2=0.2000(radian)3=0.3500(radian)4=0.4225(radian)0.4575 Build the following two setups for measurements. - Measurement setup\#1 has measurements of: m12,m13,m2,m4 - Measurement setup #2 has measurements of: m12,m13,m2,m4,m3=0 Note that in setup #2,m3=0 suggests that Bus 3 has no load or generation, therefore we can say without taking an actual measurement - that the net injected power at bus three should be zero. (An alternative way to express this is to say that the sum of the line flows at bus three is zero). Modify the code "chp02a_ex04_DC_SE_Accuracy_MSE_MonteCarlo.m" to calculate mean squared errors (MSEs) of the estimated states and measurements using the Monte Carlo method with 1,000 trials. (Hint bus 1 shall be used as the reference bus for this case because 1=0.00 ). Solutions: Summarize your results into the following tablesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started