Skip to content
/ emc Public

Go library to provide functions related to EMC analyses

License

Notifications You must be signed in to change notification settings

gotmc/emc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emc

Go library to provide functions related to EMC analyses

GoDoc Go Report Card License Badge

Overview

emc provides different packages for performing various Electromagnetic Compatibility (EMC) related calculations.

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Testing

Prior to submitting a pull request, please run:

$ make check

To update and view the test coverage report:

$ make cover

License

emc is released under the MIT license. Please see the LICENSE file for more information.