0
votes
4answers
108 views

Mathematical rigour in Signal and Systems

I'm an electronics engineering student with high inclination to analysis and pure mathematics ( abstract algebra/linear algebra ... ). I was just wondering if there was any book ( or any resource ) ...
-1
votes
0answers
45 views

Zero-Padding seems to CHANGE FFT of signal! [closed]

I am having trouble with zero-padding. As I understand it, in theory, zero-padding in the time-domain should 'sinc-interpolate' the FFT of the signal in the frequency domain. This would mean, that 1) ...
-2
votes
2answers
90 views

A simpler method or more descriptive answer to the Fourier Transform

I'm trying to do a CT Fourier Transform of these two signals $$e^{-a(t-1)} \cdot u(t-1)$$ and $$e^{-a(t-1)} \cdot u(t)$$ Where \$a\$ is any real number, and \$u(t)\$ is the unit step function. My ...
2
votes
2answers
160 views

How does Fourier series apply to signals?

I have the complex form of Fourier serie: It says that an and bn are real numbers, while c is a complex number. I need Fourier serie to represent an electrical signal that should transmit bits. ...
1
vote
1answer
57 views

Effect of Quantisation of a Signal on the Estimated Spectrum

I have been applying the Welch Estimation technique to a signal in MATLAB to give a Spectral Density plot for frequencies from 0 to 0.5 the sample rate. I have two issues: I have a peak at 0.25 for ...
3
votes
1answer
138 views

Why does increasing sampling density in the frequency domain separate overlapping artifacts in the spatial domain?

I have employed the fourier(projection) slice theorem in matlab. I have a 3D image, P(x,y,z) defines their pixel intensities at a given location int he image volume, it is discrete and uniform. I take ...
0
votes
0answers
65 views

what should the amplitude be when plotting 1-sided Amplitude Spectrum?

I have a continuous signal x(t) such that \$ x(t)=12 \cdot cos(6\pi t)+6 \cdot cos(24 \pi t)+3 \cdot cos(30 \pi t) \$ and is asked to sketch a 1-sided Amplitude Spectrum of the signal x(t) if ...
2
votes
5answers
297 views

Time-limited signal Fourier transform

Suppose that there are two periodic signals with particular frequencies. Two signals are then combined into one signal. Suppose that we take finite samples of these signals. (so, finite time of ...
1
vote
3answers
521 views

Fourier transform of a sum of signals

Let us say that there are some signals, and all of them are Fourier-transformable and are a unique, single-frequency sine wave. Now, we combine (add) these signals into one signal. Then, we do ...
4
votes
2answers
330 views

Nyquist-Shannon sampling theorem and highest frequency

Nyquist-Shannon sampling theorem states that sufficient condition for sampling is sampling rate higher than twice the highest frequency. By highest frequency, does this refer to the highest ...
2
votes
5answers
482 views

A signal that can be transformed by Fourier transform and its frequency

A signal A, which is in time domain, can be transformed by Fourier transform into its frequency contents. Then, is the signal A's frequency the highest frequency part of its Fourier transform? (i.e. ...
0
votes
1answer
129 views

Harmonic and Fourier transform

I heard somewhere that Fourier transform only works on a signal that contains parts that are harmonic to each other (i.e. f, 2f, 3f etc.). Can anyone explain me on proof of this? Or if I am mistaken, ...
14
votes
5answers
3k views

What exactly are harmonics and how do they “appear”?

From reading so many sources online, I still cannot grasp why a different waveforms have harmonics. For example: when designing a silly amplitude modulation (AM) circuit that puts a square wave from ...