diff --git a/Band Elimination Chebyshev/Multisim/band_elimination_chebyshev.ms14 b/Band Elimination Chebyshev/Multisim/band_elimination_chebyshev.ms14 index b2e5b55..a13cead 100644 Binary files a/Band Elimination Chebyshev/Multisim/band_elimination_chebyshev.ms14 and b/Band Elimination Chebyshev/Multisim/band_elimination_chebyshev.ms14 differ diff --git a/Band Elimination Chebyshev/band_elimination_design.m b/Band Elimination Chebyshev/band_elimination_design.m index 3bdeb6f..b890f68 100644 --- a/Band Elimination Chebyshev/band_elimination_design.m +++ b/Band Elimination Chebyshev/band_elimination_design.m @@ -48,17 +48,6 @@ specification_max_pass_attenuation = 0.5+AEM(4)/18; % dB clear design_param_D -%{ -specification_low_pass_radial_frequency = 1000; % rad/s -specification_high_pass_radial_frequency = 3000; % rad/s -specification_low_stop_radial_frequency = 1400; % rad/s -specification_high_stop_radial_frequency = 2142; % rad/s -specification_min_stop_attenuation = 15; % dB -specification_max_pass_attenuation = 1; % dB -specification_central_radial_frequency = sqrt( ... - specification_low_pass_radial_frequency* ... - specification_high_pass_radial_frequency); -%} % ========== DESIGN SPECIFICATIONS END ========== %% ========== PROTOTYPE LOW PASS DESIGN SPECIFICATIONS START ========== @@ -650,17 +639,17 @@ ltiview(high_pass_notch_units_transfer_functions(1,1), ... low_pass_notch_units_transfer_functions(1,2)); %} -%{ +% ltiview(high_pass_notch_units_transfer_functions(1,1), ... high_pass_notch_units_transfer_functions(1,2), ... low_pass_notch_units_transfer_functions(1,1), ... low_pass_notch_units_transfer_functions(1,2), ... total_transfer_function); -%} +% %ltiview(total_transfer_function); -% +%{ plot_transfer_function(total_transfer_function, ... [specification_central_frequency ... design_half_power_radial_frequency/(2*pi) ... @@ -668,7 +657,7 @@ plot_transfer_function(total_transfer_function, ... specification_low_pass_frequency ... specification_high_pass_frequency ... specification_high_stop_frequency]); -% +%} % Clears unneeded variable from workspace clearVars = {'total_transfer_function'};