معرفی شرکت ها


acousondePy-0.15


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Read and plot Acousonde MT files
ویژگی مقدار
سیستم عامل -
نام فایل acousondePy-0.15
نام acousondePy
نسخه کتابخانه 0.15
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sven Gastauer
ایمیل نویسنده sgastauer@ucsd.edu
آدرس صفحه اصلی https://github.com/SvenGastauer/acousondePy
آدرس اینترنتی https://pypi.org/project/acousondePy/
مجوز MIT
# acousondePy Translate Acousonde MT files This software lets you load any Acousonde produced MT files and convert them into easier to use formats. - Acoustic data files are converted into wav files - Header information is stored as csv file - Auxiliary data if present is concatenated into one csv file For more information on Acousonde visit the [Acousonde website](http://www.acousonde.com/) Currently there are 4 functions available: - MTread() to read one MT file - spec_plot(p,HEADER,INFO) to create a spectrogram plot - read_multiple_MT() to read a list of MT files - acousonde() starts a GUI which allows you to convert slected MT files Acousonde is available on [Pypi](https://pypi.org/project/acousondePy/) A single Windows executable file of acousonde() which can be used without the need of any programming/scripting and does not require the user to have Python isnstalled can be obtained from [Sourceforge](https://sourceforge.net/projects/acousonde2wav/). # Installation ``` pip install acousondePy ``` If you have a previous version of acousondePy installed upgrade the package: ``` pip install acousondePy -U ``` # Licence This software is free to use. MIT License Copyright (c) 2020 Sven Gastauer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # Examples For a full example have a look at the Notebooks in the notebook folder. ```python import acousondePy as ap import glob #get example file dir pdir = ap.__path__[0] #get list of example files fns = glob.glob(pdir + '\\\data\*.MT') #read an acoustic MT file p, HEADER, INFO = ap.MTread(fns[4]) #create a spectrogram plot _=ap.spec_plot(p, HEADER, INFO) #read multiple MT files ap.read_multiple_MT(fns) ```


نیازمندی

مقدار نام
- scipy
- numpy
- pandas
- datetime
- matplotlib


نحوه نصب


نصب پکیج whl acousondePy-0.15:

    pip install acousondePy-0.15.whl


نصب پکیج tar.gz acousondePy-0.15:

    pip install acousondePy-0.15.tar.gz