print_str(". sst_noise_b = "&real_to_str(sst_noise_b,15,3)&" = "&real_to_str(sst_noise_b_dB,7,2)&" [dB]");-- FFT cross talk power from a to b (if g_amplitude_b = 0)
print_str(". sst_noise_b = "&real_to_str(sst_noise_b,15,3)&" = "&real_to_str(sst_noise_b_dB,7,2)&" [dB]");-- FFT cross talk power from a to b (if g_amplitude_b = 0)
print_str(". sst_noise_a = "&real_to_str(sst_noise_a,15,3)&" = "&real_to_str(sst_noise_a_dB,7,2)&" [dB]");-- FFT cross talk power from b to a (if g_amplitude_a = 0)
print_str(". sst_noise_a = "&real_to_str(sst_noise_a,15,3)&" = "&real_to_str(sst_noise_a_dB,7,2)&" [dB]");-- FFT cross talk power from b to a (if g_amplitude_a = 0)
print_str("");
print_str("");
...
@@ -1097,6 +1105,8 @@ BEGIN
...
@@ -1097,6 +1105,8 @@ BEGIN
ASSERTalmost_equal(fir_ampl_a,fil_ampl_a,10.0)REPORT"Wrong estimated amplitude for FIR filter output a, "&real_to_str(fir_ampl_a,7,0)&" /~= "&real_to_str(fil_ampl_a,7,0)SEVERITYERROR;
ASSERTalmost_equal(fir_ampl_a,fil_ampl_a,10.0)REPORT"Wrong estimated amplitude for FIR filter output a, "&real_to_str(fir_ampl_a,7,0)&" /~= "&real_to_str(fil_ampl_a,7,0)SEVERITYERROR;