Skip to main content

Questions tagged [dsp-core]

**Do NOT use this tag for general questions about digital signal processing!** A DSP core is a processing unit specialized for digital signal processing tasks.

0 votes
0 answers
22 views

Removing Phase Offset from QPSK Received symbols with Phase offset and Noise using Phase locked loop [duplicate]

I'm designing a basic baseband transmitter and receiver that does QPSK modulation along with pulse shaping with Root raised cosine, some impairments are added to the transmitted signal to analyze the ...
Muhammad Umar's user avatar
0 votes
1 answer
56 views

Energy as mean of absolutes of data samples

Normally, we find the energy of a given signal as $\sum{{x_n}^2}$. But, what if I compute, energy as $\sum{|x_n|}$. In the latter case, if I want energy in dB, which formula should I use - $10\log_{10}...
JHKKHJ's user avatar
  • 11
2 votes
1 answer
242 views

How to interpret integer coefficients for a filter generated by Matlab

I have always used high-performance 32-bit microcontrollers with hardware FPU support. To calculate the coefficients of digital filters, I used the fdatool package in Matlab. I used single-precision ...
red15530's user avatar
0 votes
0 answers
73 views

Is it possible to work with DSD audio on MATLAB?

Just for starters: I am very new to audio processing I was looking for audio data that is in 1-bit format and I stumbled upon DSD. From what I was able to read it is old but kind of controversial ...
Sahil Sharma's user avatar
1 vote
1 answer
466 views

Computing Phase detector in PLL

I have been trying to implement PLL in a STM32 microcontroller. Starting with the first step, I want to implement a phase detector. I tried to first simulate in Python so that I can later use in STM32....
Rima's user avatar
  • 149
1 vote
1 answer
2k views

Computing phase difference between two sinusoidal signals

Based on this post here, I tried to calculate the phase difference between sine waves. Here is my code. ...
Rima's user avatar
  • 149
0 votes
1 answer
40 views

FIR code implementation question [closed]

I have found this piece of code in Infenion DSP Library (asm code): Fir_Blk_16() ... ;(ACC)=(ACC)+h(i)*x(n-i)<<1 as comment I don't understand why the result ...
Anton S's user avatar
-2 votes
2 answers
773 views

I have a doubt regarding FFT size in 5G NR 60 MHz Bandwidth

maximum RBs for 60MHz with SCS = 30 kHz is defined to be 162 RBs, so NSubcarriers is 162 x 12 = 1944, 1944 < 2048. Then NFFT size for 60 MHz bandwidth with SCS = 30 kHz should be 2048 instead of ...
Eliza's user avatar
  • 1
0 votes
1 answer
54 views

Find the impulse response of a causal 52 day moving average system to be used in stock market [closed]

Moving average system………………………. How to solve this one?
Akhil Singh Andotra's user avatar
0 votes
1 answer
62 views

Minimum Sampling Frequency

For a continuous time signal with spectrum $$X_c(j\Omega)=1 \quad\text{for} \quad10\pi < |\Omega| < 50 \pi$$ Choose the minimum sampling frequency so that there is no overlap in the spectrum of ...
Basit Mujtaba's user avatar
1 vote
0 answers
61 views

DSP Clock & Sample Rate Problems (ADAU1172, PDM Microphone)

I'm working on ADAU1772 evo.board with a PDM MEMS microphone. Microphone's clock is 3.072MHz. DSP Master Clock is 12.288MHz. DSP sampling rate is at 192kHz and all DSP modules work with 192kHz. 1st ...
BugraKezan's user avatar
0 votes
0 answers
811 views

Efficient CIC Decimation Filter in C

Does anyone have advice on efficient CIC Decimation filter implementation. I designed a basic 4th order CIC filter with a 64 decimation ratio in C (below). I am currently testing this on a Sharc SC589 ...
ghdsp's user avatar
  • 1
3 votes
1 answer
193 views

Difference between lattice and wiener FIR filter

I know the structure of lattice and wiener filter. But I though FIR filter is always FIR (wiener, tap + delay) filter, But what is the advantage of lattice structure, which in the CMSIS DSP filter ...
mohammadsdtmnd's user avatar
0 votes
0 answers
18 views

OBC DA FIR Filter Implementation

I understand the theory of Distributed Arithmetic and its application in FIR Filter implementation to avoid the excessive power consumption in the multiplication operations But a question here, when I ...
digitalman's user avatar
4 votes
1 answer
337 views

STM32F7 Discovery board vs dsp kit tms320c6713 vs Rasberry Pi?

We want to design dsp kit Labs for our undergraduate students for following tasks/topics. 1)Sampling and Quantization of real time Audio Signals on DSP Kit ; analyze the effect of Aliasing and ...
jojo's user avatar
  • 83

15 30 50 per page
1
2 3 4 5
15