Skip to main content

Questions tagged [c]

C is a high level (i.e. not assembler) programming language often used to program DSPs and other embedded microprocessors as well as being used for systems programming. Features of the language make it especially suitable for programming hardware and writing device drivers.

1 vote
1 answer
167 views

I am trying to implement a forward-backward filtering scheme to run on my STM32 using CMSIS. Here is an overview of what I am doing Trigger ADC with timer to perform an A/D conversion every 1 ms: $...
Carl's user avatar
  • 546
0 votes
0 answers
69 views

I'm trying to create my own FFT implementation in C. I got it working for 2^N length signals, but it's not outputting what I expect when executing my algorithm on padded signals. For example, an audio ...
verpas's user avatar
  • 1
1 vote
1 answer
73 views

I am trying to generate 2-FSK I/Q samples to use with a HackRF. I iterate through the bits like this: ...
Sasquatch's user avatar
0 votes
1 answer
193 views

I'm trying to use an assembly DSP library (TriLib by Infineon) and for one of the FIR functions, FirSym_4_16, the implementation has the following constrains: Number of coefficients given by user ...
Diego's user avatar
  • 3
0 votes
0 answers
45 views

I have functions that help me find time lag between two audios: ...
leeeeeeeeess's user avatar
1 vote
2 answers
740 views

I have a small issue. I'm going to do FFT2 onto a matrix $X$, and the only library I have is FFTPack. FFTPack is the oldest FFT library, but it's one of the fastest and 100% portable too. The problem ...
euraad's user avatar
  • 417
1 vote
1 answer
147 views

I am trying to generate a sine wave of 440Hz frequency that lasts for 10 seconds using the following C code: ...
Ishaan Vatus's user avatar
0 votes
0 answers
74 views

How does Noise Reduction techniques implemented in code help us? I am working on an analog accelerometer and while I log the data, I see noise in the data values that is almost constant and in the ...
Diracx's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
11