Newest Questions

Filter by
Sorted by
Tagged with
6 votes
1 answer
197 views

I'm reading an IEC standard and they say "Group delay of a finite Impulse Response (FIR) filter based algorithm with symmetric or antisymmetric coefficients is equal to one-half of the window ...
Ben's user avatar
  • 3,879
0 votes
0 answers
24 views

I'm looking to do - BER(Eb/no)- for convoultional codes how to find the gap =1.76db between rate=0.5 and rate=1/3? i dont manage to do so. i dont know how to copy the graphs, but these very old graphs ...
tamar's user avatar
  • 1
1 vote
0 answers
24 views

I was working on my research and I was adapting the Power Spectral Density Chatter Index from paper "In-Process Chatter Detection Using Signal Analysis in Frequency and Time-Frequency Domain"...
user88610's user avatar
1 vote
0 answers
36 views

I was implementing the cascade algorithm to obtain the D4 scaling and wavelet functions in MATLAB iteratively. The code can generate the functions properly, but the magnitude spectra I obtain depend ...
Aadithya Varma's user avatar
0 votes
1 answer
58 views

I am trying to calculate the transfer function between one sensor with velocity timeseries data $y(t)$ and a witness sensor $x(t)$ which monitors position. Both sensors output data in volts, with a ...
user3517167's user avatar
0 votes
1 answer
15 views

I have a full synchronization chain in a digital receiver that consists of: Coarse frequency synchronization: this is a blind balanced quadricorrelator Frame synchronization: this is data-aided ...
Math_Novice's user avatar
0 votes
1 answer
28 views

I'm trying to replicate MATLAB's imresize behavior in Python using skimage.transform.resize. Here's my test case: Python ...
Researcher's user avatar
0 votes
0 answers
16 views

I am currently using the USRP b200 mini to copy what is shown on the site below. https://kb.ettus.com/Transmitting_DVB-S2_with_GNU_Radio_and_an_USRP_B210 However, I found an issue where the usrp_sink ...
user88562's user avatar
0 votes
0 answers
75 views

Given a real, continuous signal $x(t)$, which has a Fourier Transform $X(\omega)$ satisfying the property; $$\ln\vert X(\omega)\vert = -\vert \omega \vert.$$ Find the signal $x(t)$, if we assume it to ...
jayant's user avatar
  • 187
0 votes
0 answers
10 views

I've been working on a custom OFDM implementation and I'm getting a lot of ...
MDdiamond's user avatar
0 votes
1 answer
25 views

What algorithm is typically used for OFDM (4G/5G) timing recovery in FPGA implementation?
Tang Y's user avatar
  • 1
0 votes
1 answer
36 views

In the DVB-T constellation chart, there are occasional, irregular, sporadic flickering points in the blank spaces between adjacent points. The flickering points flicker within a fixed range, with an ...
user88549's user avatar
0 votes
0 answers
43 views

I am converting some image data to audio by altering the FFT frequency array, of a sound sample, using a 2D section, yellow square in video, as the manipulation data. At the moment its in discreet ...
stefan samociuk's user avatar
0 votes
1 answer
43 views

I wanted to examine the simplest possible situation of the Fourier shift theorem. My interpretation of the theorem is this: Displacements in image space lead to phase changes in Fourier space. To that ...
In the blind's user avatar
0 votes
2 answers
64 views

I’m currently working on my undergraduate thesis, which is related to digital signal processing. The goal of my project is to create a program that can “listen” to piano recordings and convert what it ...
Tom Ghe's user avatar
0 votes
0 answers
17 views

I have absolutely no experience with this field but have been trying to analyze some audio files where someone broke into my house (long explanation follows but can be skipped; more included because ...
Katie's user avatar
  • 1
0 votes
1 answer
58 views

I've been learning a bit about DSP recently and tried to build a working 16-QAM (or M-QAM) modem in GNU Radio, but haven't been successful. I think the issue might be high noise caused by some of the ...
MDdiamond's user avatar
0 votes
0 answers
23 views

I'm trying to set up simultaneous RX and TX using the two front-ends on a USRP B210 using the UHD Python API. This resource recommends using separate threads for RX and TX, and this one says that UHD ...
Cosinux's user avatar
  • 143
0 votes
0 answers
73 views

Consider a band limited function $f(x)$ in $L_2(\mathbb{R})$ with frequency support in $[-B,B]$ . For small delays $\delta$ it is straightforward to show that $f(x)$ and $f(x+\delta)$ are not ...
Jon Ashbrock's user avatar
7 votes
2 answers
156 views

This question asked for the solution of the following problem: Design an FIR equiripple halfband lowpass filter with unity gain at DC and with infinite attenuation at Nyquist. The Remez algorithm ...
Matt L.'s user avatar
  • 94.7k
0 votes
1 answer
34 views

In an audio (or likely any data transfer context) processing scenario, at times it is necessary for an internal process which takes a fixed amount of data N to be wrapped by an external process which ...
Will Rajan's user avatar
0 votes
0 answers
21 views

Thank you for your time and I'll apologize for probably not explaining this problem well enough, but here goes. I have 20000 hemispheres of antenna patterns for 1x1 degree pointing directions and I ...
LoneRhino's user avatar
0 votes
3 answers
94 views

In this setup, I’m using a MATLAB filter with flat coefficients applied across n channels. The left and right channels are then mixed to form a stereo output, which should ideally contain only the ...
Mrk234's user avatar
  • 21
1 vote
1 answer
81 views

I have a very annoying Problem (I am very much a noob when it comes to dsp so please bear with me): I have a periodic signal with an amplitude roughly one. However, at periodic intervals, the signal ...
Simon Köhl's user avatar
0 votes
0 answers
34 views

I need to analyse some spectra obtained using FT-IR (Fourier Transform Infrared) Spectroscopy. I am mainly interested in increase/decrease of a specific molecule after some sort of procedures. I am ...
thatislife's user avatar
0 votes
5 answers
151 views

It is probably a basic question, but why isn't a Dirac pulse considered white noise ? To be fair, I intuitively wouldn't consider it as such, but the defining characteristic of white noise is that the ...
clino's user avatar
  • 1
0 votes
0 answers
24 views

If I'm trying to create a cross-synthesis/spectral morphing effect between two signals in real-time using an stft (similar to a plugin like Melda's MMorph or Zynaptic's Morph 3), what would be the ...
Mateo K's user avatar
1 vote
1 answer
71 views

Upsampling a spike [100 0 0 ...] with rfft - irfft gives quite different results for input lengths even or odd. Here's a plot for 100 and 101: Why the difference ? ...
denis's user avatar
  • 638
0 votes
1 answer
43 views

Specifically I'm unsure about a factor of 2 scale factor when converting the measured insertion loss to a double sided spectrum, necessary for the ifft. In the past I have always believed that ...
Christian's user avatar
0 votes
0 answers
49 views

How can a spreading code be designed to produce a flat energy spectrum, ensuring uniform energy distribution across all frequencies?
shraddha's user avatar
-2 votes
0 answers
35 views

Recently I've read a paper on Reed–Solomon Code, in the decoding part, the author proposed a modified RiBM algorithm which use t cycles(while RiBM algorithm needs 2t cycles) to find the error location ...
Milin's user avatar
  • 155
3 votes
1 answer
135 views

I'm trying to use scipy.signal.remez to design half-band filters. My understanding is that this targets an equi-ripple criteria to design the filter. What I am ...
Evan's user avatar
  • 133
0 votes
0 answers
23 views

I'm new to digital signal processing and would like to know how to make a QAM-M modem that generates proper passband signal and saves it as a WAV file. The tool should allow me to specify the carrier ...
MDdiamond's user avatar
4 votes
3 answers
697 views

In recent posts, Evaluating THD for any Test Tone and any Sample Rate, I have attempted to assess the audio quality of my Android device by using Oboe in Native C++, and evaluate THD in real time ...
Arno's user avatar
  • 63
0 votes
0 answers
47 views

Working on an air-sonar device and looking for a practical development sequence and DSP filtering strategy that can reliably identify and time the RX of a known TX short audio ping. Some research ...
bob4578's user avatar
0 votes
0 answers
78 views

I'm writing as a follow up to this: Evaluating THD+N in C++ on the Fly I am using C++ where FFT computation is restricted to time windows which are powers of 2. I am using KissFFT, because it was the ...
Arno's user avatar
  • 63
0 votes
1 answer
47 views

I am working on finding Fourier Transform for a signal given by $$ x(t) = \sum\limits_{n=-\infty}^{\infty} e^{\vert t-2n \vert} $$ I got a hint that this sign is periodic with period, $T = 2$. But to ...
jayant's user avatar
  • 187
5 votes
1 answer
60 views

I'm designing a Kalman filter for a navigation system. Unfortunately, some of my measurements are going to come in out of order. I know the best solution is to buffer the measurements and process them ...
Bill Woessner's user avatar
0 votes
0 answers
34 views

I am trying to understand the output bandwidth of a Square Root Raised Cosine filter. I have these parameters in the system: The DAC sampling rate is 5GHz. The symbol rate is 2.5GHz so I have 2 ...
Ahmad Zaklouta's user avatar
0 votes
1 answer
50 views

I've known for a while that it is important to use a double sided spectrum when performing an IFFT in order to ensure the recovered time domain signal is purely real. However I've also seen that using ...
Christian's user avatar
0 votes
0 answers
56 views

In a one of the publications I encountered following statement: "The 3rd order PLL, while being more flexible in front of high dynamics, only remains stable for bandwidths below 18 Hz." ...
mariusz's user avatar
0 votes
0 answers
26 views

I’m getting advice from an LLM on this, but I’d like humans to weigh in. I have LFP data from two brain regions. It’s segmented many ways, listed from lowest to highest level: by uninterrupted ...
Katie's user avatar
  • 101
0 votes
0 answers
34 views

I’m implementing a 2D-OFDM radar (SISO) simulation based on the paper “Maximum Likelihood Speed and Distance Estimation for OFDM Radar” by Braun, Sturm and Jondral. The system transmits MPSK-modulated ...
Ale C's user avatar
  • 1
0 votes
1 answer
101 views

I need to compute THD on the audio coming in from my microphone. I have successfully written the required C++ to capture the audio and process it. Now I need to compute THD properly. I used chatGPT ...
Arno's user avatar
  • 63
0 votes
0 answers
30 views

The signals we transmit are limited in bandwidth and time. But is it possible to transmit a signal that is limited in time but not in bandwidth? For example, emitting white Gaussian noise of duration ...
user88044's user avatar
3 votes
0 answers
60 views

I am working on the orthogonal decomposition of a signal to compute the best linear approximation of a system. Given an input signal $x[n]$ and system output $y[n]$, the output can be decomposed into ...
Tony2015's user avatar
0 votes
1 answer
36 views

I have really hard time trying to wrap my head around how sampling frequency of baseband OFDM signal relates to carrier frequency and how baseband signal is upconverted / downconverted. Baseband ...
faust1002's user avatar
1 vote
1 answer
81 views

I am trying to implement the analytic signal generator proposed by Clay Turner: [here]http://www.claysturner.com/dsp/ASG.pdf: I have coded the MATLAB code as follows: ...
MIchaelNilan's user avatar
0 votes
0 answers
31 views

A 64QAM transmitter operators at a bit rate of $120\space\text{Mbps}$, for a probability of bit error of $10^{-5}$. Determine the minimum $C/N$ and $E_{b}/N_{0}$ for a receiver bandwidth equal to the ...
makamto's user avatar

15 30 50 per page
1
2 3 4 5
581