You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,34 @@ It is written in Python, one of the most popular free programming language in th
35
35
36
36
Tutorials are available in the [tutorials](./tutorials/) folder. Documentation and validation of the MOSQITO functions are available in the [documentation](./documentation/) folder.
37
37
38
+
## Getting MOSQITO
39
+
MOSQITO is available on [pip](https://pypi.org/project/pip/). Simply type in a shell the following command:
40
+
41
+
pip install mosqito
42
+
43
+
This command line should download and install MOSQITO on your computer, along with all the needed dependencies.
44
+
45
+
If you need to import .uff or .unv files, you will need the pyuff package dependency. Note that 'pyuff' is released under the GPL license which prevents MOSQITO from being used in other software that must be under a more permissive license. To include the 'pyuff' dependancy anyway, type the following command:
46
+
47
+
pip install mosqito[uff]
48
+
38
49
## Contact
39
50
40
-
You can contact us on Github by opening an issue (to request a feature, ask a question or report a bug).
51
+
You can contact us on Github by opening an issue (to request a feature, ask a question or report a bug).
52
+
53
+
## Citing MOSQITO
54
+
55
+
If you are using MOSQITO in your research activities, please help our scientific visibility by citing our work! You can use the following citation in APA format:
56
+
57
+
Green Forge Coop. MOSQITO [Computer software]. https://doi.org/10.5281/zenodo.5284054
58
+
59
+
If you need to cite the current release of MOSQITO, please use the "Cite this repository" feature in the "About" section of this Github repository.
60
+
61
+
62
+
## Publications citing MOSQITO
63
+
64
+
Glesser, M., Ni, S., Degrendele, K., Wanty, S., & Le Besnerais, J. (2021, October 13-14). *Sound quality analysis of Electric Drive Units under different switching control strategies*[Paper presentation]. Automotive NVH Comfort Congress 2021, Le Mans , France.
65
+
66
+
San Millán-Castillo, R., Latorre-Iglesias, E., Glesser, M., Wanty, S., Jiménez-Caminero, D., & Álvarez-Jimeno, J.M. (2021). MOSQITO: an open-source and free toolbox for sound quality metrics in the industry and education. *INTER-NOISE and NOISE-CON Congress and Conference Proceedings*, 12, 1164-1175. https://doi.org/10.3397/IN-2021-1767
41
67
42
-
## How to cite MOSQITO
43
68
44
-
If you use MOSQITO for your research activities and need to cite the software in a publication, please use the following citation:
0 commit comments