Ah this looks like you entered "10.0M" into a field. Sadly, that display
logic doesn't work the other way around - you need to note that as
10.0e6 (and 2.5e6 instead of 2.5M).
Hope that helps!
Best regards,
Marcus
On 06/11/2022 21.14, robin ivetic wrote:
> File "/home/otpisani/Downloads/top_block.py", line 139
> self.filter_fft_low_pass_filter_0 = filter.fft_filter_ccc(1,
> firdes.low_pass(1, 15.0, 10.0M, 2.5M, window.WIN_HAMMING, 0), 1)
>
> ^
> SyntaxError: invalid decimal literal
>
> >>> Done (return code 1)
>
> What am'I doing wrong. using Python 3.10.8, and companion 3.10.4.0
>
> Robin
>
>
No comments:
Post a Comment