The following Simulink model should have the following behaviour: • The model reads in the data 'frequencies' from the M
Posted: Thu May 26, 2022 9:45 am
The following Simulink model should have the following behaviour: • The model reads in the data 'frequencies' from the MATLAB Workspace, this data contains values that can vary between 0 to 15,000. • The 'Low_band' Lamp should light up green only when the current input value is greater-than-or-equal-to 20 and less- than-or-equal-to 2000. • The 'Mid_band' Lamp should light up green only when the current input value is greater-than 2000 and less-than-or- equal-to 4000. • The 'High_band' Lamp should light up green only when the current input value is greater than 4000. The model is run and the following error occurs (both the High_band and Low_band lights light up when frequency value is 1904). High_band < 4000 3 High_band Condition 1 > 2000 Mid-band Condition 2 <= 4000 Condition 3 >= 20 Low_band Condition 4 <= 2000 Condition 5 frequencies Frequency Data 1904 Current Frequency From the options below, select which block is causing the problem. O Condition 1 O Condition 2 Condition 3 Condition 4 Condition 5 O Logical Operator 1 O Logical Operator 2 Frequencies AND Logical Operator 1 AND Logical Operator 2 Mid-band Low_band 2 1