• Filters !
    This is NON-Keil, but part of our "embedded" world. I found this Texas Instruments website for filters that is kind of cool... www-k.ext.ti.com/.../webcgi.exe(26717),new I guess, you'll have...
  • FFT filter code for Sam4s2a
    The below code is FFT filter code for SAM4SD32C "< uint32_t ifftFlag = 0; uint32_t doBitReverse = 1; uint32_t fftSize = 1024; #define TEST_LENGTH_SAMPLES 2048 for(xt=0;xt<2048;xt++) { mt[xt...
  • Filtering adc samples using FIR filter
    Hi all, I am interfacing a 16-bit ADC to my arm MCU and I want to filter out noise. I have performed the steps below using the ARM DSP library and I want to ensure that I am doing stuffs correctly...
  • t89c51cc01 Acceptance filter for can
    I use the t89c51cc01 microcontroller and I want that the can reacts not on every ID. I read something about an acceptance filter but it don't work in my programm. Can anyone help me????