Bastien Trotobas

Results 16 comments of Bastien Trotobas

CommPy does not specify any version for Numpy/Scipy. It accepts newest version of both libraries (Cf. `numpy>=1.9.2` and `scipy>=0.15.0`). I think that pip is not aware that Numpy/Scipy already exist...

Hi @adeeb10abbas, Could you be more precise on your issue. Is this a question? Do you report a bug? Do you ask for a feature?

Did you have a look to the [SISOFlatChannel](https://github.com/veeresht/CommPy/blob/97003c0fa9bdeb1e665e048b461598cd9613c7d7/commpy/channels.py#L101) class? It should do what you ask for. There are several variants possible, like using a complex signal but this snippet should...

Replace `noiseless_signal` with your already noisy signal and it's done, isn't it?

Hi @jeichenhofer, I can't help you on turbocodes as I've never had a look to this module. However, regarding to the format and specifications of the trellis, you should have...

I'm not sure to understand what you entend with this issue... Is it related to the thanks file? If so, I'm not keen of this file. Github already tracks the...

I went through the doc of all-contributors bot. You have to specify the type of contribution in the command. See https://allcontributors.org/docs/en/bot/usage#all-contributors-add

What's surprising is that both failed tests have exactly the same error

The test is also OK on my laptop... Could this error come from a different library version ? Travis uses the most recent packages and we may have older ones.

Hi @eSoares, I'm not sure what to do with this PR which bothers me for many reasons. * Including code that can give a silent bug in some environments seems...