Skip to main content

Questions tagged [fourier-series]

1 vote
2 answers
25 views

I am trying to understand this concept (and everything in Signals and Systems) intuitively. If we look at a typical square wave to box example of this, I understand that when instructors explain ...
Yulia's user avatar
  • 81
1 vote
3 answers
86 views

Need to compute Fourier series coefficients for following discrete time signal; $$x[n] = \cos(\tfrac{11\pi}{4}n - \tfrac{\pi}{3}) \tag 1$$ My approach My plan is to use the exponential expansion for $...
jayant's user avatar
  • 199
0 votes
1 answer
59 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
  • 199
2 votes
2 answers
255 views

Given a periodic signal $x(t)$, with period $T = \frac{2\pi}{\omega_0}$ so that $$ x(t+T) = x(t) \qquad \qquad \forall t \in \mathbb{R} $$ $$ x(t) = \sum\limits_{k=-\infty}^{\infty} c_k \, e^{...
jayant's user avatar
  • 199
0 votes
1 answer
125 views

I'm trying to write a program in Matlab that takes the frequency representation of a signal and replaces each sine wave component with a sawtooth wave component of equal frequency, amplitude and phase....
Sawtooth96's user avatar
3 votes
1 answer
309 views

Given a periodic signal $x(t)$, with period $T = \frac{2\pi}{\omega_0}$ so that $$ x(t+T) = x(t) \qquad \qquad \forall t \in \mathbb{R} $$ $$ x(t) = \sum\limits_{k=-\infty}^{\infty} c_k \, e^{j k \...
jayant's user avatar
  • 199
1 vote
0 answers
63 views

There is a motor within a housing and I measured acceleration with accelerometer attaching on the housing, while it driving. The FFT result of the acceleration shows 2X is bigger than 1X. As a ...
FromKorea's user avatar
7 votes
5 answers
2k views

I was reading about audio lossy compression, and I came across an example saying that if a softer sound plays at the same time as a louder sound, the softer one can be removed. But I’m a little ...
IsaacNewtonian101's user avatar
2 votes
1 answer
334 views

If a signal $x(t)$ is sampled $x[n] = x(n\Delta t)$, then the discrete Fourier transform $X[k]$ of $x[n]$ should approximate the continuous Fourier transform $X(f)$ of $x(t)$ up to linear rescaling. [...
Tom Huntington's user avatar
0 votes
0 answers
54 views

I have the discrete window signal $a\left[n\right]=\begin{cases}1 & \left|n\right|<100\\0 & 100\leq\left|n\right|\leq1000\end{cases}$ with the respective Fourier coefficients $a_k=\frac{\...
Nate3384's user avatar
  • 141
0 votes
1 answer
121 views

from an assignment in signal processing in Python. It's all done in Python (through Google Colab) with the libraries cmath, numpy, and matplotlib alone. Signal a is a window signal where $a\left[n\...
Nate3384's user avatar
  • 141
0 votes
0 answers
58 views

from an assigment in python about mostly the connection between a signal and its Fourier coefficients, im asked to plot the wave that stems from $b_{k=10}$ in my case it's suposed to be $b_{10}\cdot e^...
Nate3384's user avatar
  • 141
0 votes
0 answers
45 views

can someone help me understand what I'm doing wrong here? (using python only with cmath, numpy and matplotlib) I received a simple "window" signal (called a[n]) which I transformed into the ...
Nate3384's user avatar
  • 141
0 votes
2 answers
144 views

Let $x(t)$ be a periodic signal with period $T$ that is a band-limited signal and let $$ x(t)=a_0+\sum_{k=1}^{M}a_k\cos\left(2\pi f_k t+\phi_k\right) $$ be its Fourier series, where $f_k = k \, f_1 = \...
boaz's user avatar
  • 181
0 votes
1 answer
103 views

I've read that the Fourier series is used for periodic functions, and that the Fourier transform is used for both periodic and aperiodic functions. Sines and cosines are periodic and their Fourier ...
Nina Sweeney's user avatar

15 30 50 per page
1
2 3 4 5
22