Code Language PASM

uM-FPU v3.1 FFT driver

OverviewObject ID : 2076 (2013-04-17)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Math, Signals, Speech and SoundLanguages : PASM, SPINLicence : OtherContent This PST application demonstrates the FPU32_FFT object. Beside correct and accurate FFT procedure the object…

uM-FPU64 MATRIX Driver demo

OverviewObject ID : 2075 (2013-04-17)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Category : MathLanguages : PASM, SPINLicence : OtherContent This PST application demonstrates the FPU64_MATRIX_Driver. Downloads  Zip archive downloadTo view this content, you need to have JavaScript enabled in…

F32 - Concise floating point code for the Propeller.

OverviewObject ID : 2071 (2013-10-16)Author : lonesock | added by ArchiverMicrocontroller : Propeller 1Category : MathLanguages : PASM, SPINLicence : OtherContent F32 has all of the functionality of Float32Full in a single cog (except the user-defined function mechanism). Compared to…

General MEMS Sensor Model

OverviewObject ID : 2068 (2013-04-09)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Data Storage, Math, SensorLanguages : PASM, SPINLicence : OtherContent This PST application includes three steps of the make and use of a simple and general…

FPU Steady State KF

OverviewObject ID : 2065 (2013-04-09)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Math, SensorLanguages : PASM, SPINLicence : OtherContent This terminal application is a Steady State Kalman filter. It uses the “FPU_Matrix_Driver.spin” object. The general coding framework…

uM-FPU v3.1 ARITHMETIC Driver demo

OverviewObject ID : 2063 (2013-04-17)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Category : MathLanguages : PASM, SPINLicence : OtherContent This PST application demonstrates the FPU32_ARITH_Driver object. Downloads  Zip archive downloadTo view this content, you need to have JavaScript enabled…

uM-FPU64 SPI Driver demo

OverviewObject ID : 2062 (2013-04-17)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ProtocolLanguages : PASM, SPINLicence : OtherTag : SPIContent This object demonstrates a uM-FPU64 2-wire SPI connection driver. Downloads  Zip archive downloadTo view this content, you…

uM-FPU v3.1 MATRIX Driver demo

OverviewObject ID : 2061 (2013-04-17)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Category : MathLanguages : PASM, SPINLicence : OtherContent This PST application demonstrates the FPU32_MATRIX_Driver object. Downloads  Zip archive downloadTo view this content, you need to have JavaScript enabled…

FPU Extended KF

OverviewObject ID : 2060 (2013-04-09)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Math, SensorLanguages : PASM, SPINLicence : OtherContent This terminal application is an Extended Kalman filter based upon the “FPU_Matrix_Driver.spin” object. The general coding framework is…

AES-128 in PASM

OverviewObject ID : 2057 (2013-06-17)Author : Eric Ball | added by ArchiverMicrocontroller : Propeller 1Category : MathLanguage : PASMLicence : OtherContent Attached is a functioning AES-128 implementation in PASM (with just enough SPIN to set the pointer to the SBox…