Giter Site home page Giter Site logo

ac6a / parktransform-cpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gbmhunter/parktransform-cpp

0.0 0.0 0.0 236 KB

Library for performing the Park transformation, a mathematical transformation commonly used for BLDC motor control. Can be used with the fixed point library Cpp-FixedPoint, for ultra fast computations.

Home Page: http://cladlab.com/programming/general/code-libraries

C++ 100.00%

parktransform-cpp's Introduction

park-transform-cpp

Park Transformation Library

https://api.travis-ci.org/gbmhunter/park-tranform-cpp.png?branch=master
  • Author: gbmhunter <[email protected]> (http://www.cladlab.com)
  • Created: 2012/10/10
  • Last Modified: 2014/01/21
  • Version: v2.1.1.0
  • Company: CladLabs
  • Project: n/a
  • Language: C++
  • Compiler: GCC
  • uC Model: All
  • Computer Architecture: All
  • Operating System: n/a
  • Documentation Format: Doxygen
  • License: GPLv3

Description

Library for performing the Park transformation, a mathematical transformation commonly used for BLDC motor control.

Can be used with either standard doubles, or a fixed-point variable type. The fixed-point functions use sine/cosine LUT's (fast), while the double functions use sin() and cos() functions provided by math.h in the standard C library (slow).

Dependencies

The following table lists all of park-transform-cpp's dependencies.

Dependency Delivery Usage
<stdio.h> Standard C library snprintf()
<math.h> Standard C library ย 
"FixedPoint.hpp" /lib/fixed-point-cpp Fixed point transform functions (faster than doubles/floats especially when system has no floating point unit).

Usage

Coming soon.

See test/ParkTransformTest.cpp for more examples.

Issues

See the GitHub issues section.

Changelog

Version Date Comment
v2.1.1.0 2014/01/21 Added the inline code style to code in the REAMDE, updated some the code file comments.
v2.1.0.0 2014/01/21 Added TravisCI config file, and TravisCI image to README, closes #13. Updated project title in README.
v2.0.0.0 2014/01/21 Added Makefile, closes #8. Added automatic dependency generation, closes #14. Added unit tests, closes #7. Added config file, closes #18. Make fixed-point functions optional via pre-compiler macros, closes #17. Removed unneccessary includes from code files, closes #11. Converted functions into methods of new class 'Transformer', closes #9. Moved function descriptions to .hpp file, closes #6. Header guard comment fixed, closes #5. Removed _ prefix from header guards, closes #4.
v1.1.0.0 2014/01/21 Moved and renamed code files to follow new file format, closes #15. Created Eclipse project files for library, closes #16.
v1.0.2.0 2013/06/17 Removed unnecessary includes from .cpp file. Removed '_' from header guard. Change Clark comment to Park.
v1.0.1.0 2013/06/17 Deleted .hgignore file. Renamed header to .hpp and moved into 'src/include'.
v1.0.0.1 2013/06/08 README now in table format.
v1.0.0.0 2013/06/03 First versioned commit. Added README.rst. Moved code into 'src' folder.

parktransform-cpp's People

Contributors

gbmhunter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.