NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

Scipy.Signal

Open natank1 opened this issue 6 years ago • 8 comments

Hi

Is there a way to run spectogram with scipy.signal in Using this library?

natank1 avatar Sep 21 '19 07:09 natank1

No, Unfortunately we do not have implementations of scipy.signal. I would suggest you to use Numpy.NET as it wraps numpy directly and provides all its features.

Nucs avatar Sep 21 '19 09:09 Nucs

Including SciPy ?

natank1 avatar Sep 21 '19 09:09 natank1

Scipy is the name of the company that developed numpy... אנחנו תומכים בעיקר באלגברה לינארית שזה בערך השימוש הכי נפוץ בסיפריה והכרחי בכדי להפעיל את הסיפריה טנסורפלוו הספריה נמפיינט תומכת בכל הפיצ'רים של נמפיי

Nucs avatar Sep 21 '19 10:09 Nucs

Sorry again

When you say the Scipy exists you mean we have an API for it under Numpy.Net (I can find such ), or we can take the python code of scipy and arrange it in away that Numpy.net will handle this? Sorry again fro bothering

On Sat, Sep 21, 2019 at 12:38 PM Eli Belash [email protected] wrote:

No, Unfortunately we do not have implementations of scipy.signal https://docs.scipy.org/doc/scipy/reference/signal.html. I would suggest you to use Numpy.NET https://github.com/SciSharp/Numpy.NET as it wraps numpy directly and provides all its features.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SciSharp/NumSharp/issues/349?email_source=notifications&email_token=AB7W2Z45IIFTCL3AFD7MNP3QKXTRPA5CNFSM4IY5LVWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7IOK2I#issuecomment-533783913, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7W2Z7XTZVASK5A6MN4YKLQKXTRPANCNFSM4IY5LVWA .

natank1 avatar Sep 21 '19 13:09 natank1

Scipy is the name of the company that published Numpy. When you say Scipy it makes no sense. When I comment I add URLs, just click on my mentions in the comments above of numpy.net or scipy.signal. Numpy.NET is a different library from NumSharp which uses Pythonnet to call numpy. Numpy.NET implements ALL numpy's functions but might be sometimes slower because you transfer data from C# to python.

Nucs avatar Sep 21 '19 14:09 Nucs

So function /class that is written in python sipy.signal , how should be called inumpy.net?

Scipy is the name of the company that published Numpy. When you say Scipy it makes no sense. When I comment I add URLs, just click on my mentions of numpy.net. Numpy.NET is a different library from NumSharp which uses Pythonnet to call numpy. Numpy.NET implements ALL numpy's functions but might be sometimes slower because you transfer data from C# to python.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

natank1 avatar Sep 21 '19 14:09 natank1

I have no clue, This is NumSharp repository. Read Numpy.NET's readme.md.

Nucs avatar Sep 21 '19 15:09 Nucs

Thanks!

natank1 avatar Sep 21 '19 16:09 natank1