• XC 167: 2s complement fractional format
    Hello, I'm trying to use 2s complement fractional format in XC 167 a and I have following problem with multiplication: /*2s complement fractional format - multiplication test*/ #include <XC167.h>...
  • XC 167: 2s complement fractional format
    Hello, I'm trying to use 2s complement fractional format in XC 167 a and I have following problem with multiplication: /*2s complement fractional format - multiplication test*/ #include <XC167.h>...
  • FFT and IFFT using CMSIS DSP library, q15 fractional format
    Hello, I am currently trying to use the CMSIS DSP library to implement DSP functionality, by doing FFT or IFFT. I don't have an embedded Floating point Unit, thus I would like to use the fixed q15 fractional...
  • FFT and IFFT using CMSIS DSP library, q15 fractional format
    Hello, I am currently trying to use the CMSIS DSP library to implement DSP functionality, by doing FFT or IFFT. I don't have an embedded Floating point Unit, thus I would like to use the fixed q15 fractional...
  • changing hex value to decimal
    hi, how to change the value of hex to decimal For example from hex "0x15" to decimal 15 or in hex like 0x0f. do we have any option in keil or any other way. Thankyou arun.