Statistica
6 Domande
0 Risposte
RANK
76.812
of 301.433
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 174.520
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
2. In digital signal processing, up-sampling process can actually be done by first insert zeros between signal values then apply a FIR filter to adjust the wave form. This process is shown in Fig. 2
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
“Signal1” is shown in Fig. 1 which is composed of a lower (10 Hz) and a higher (216 Hz) frequency elements in the first second. After the first second, the values are all equal zero. The sampling rate is 1000 Hz.
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
(a) Please load the audio file ‘PhoneSound.wav’ and plot the audio signal X .(b) Please divide X into 10 segments having equal length (0.5 sec), and plot the power spectral density for each segment
( c) From each plot, you will find two pitches and please tell what number was dialed based on the definitions provided in the ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Given a triangle wave T(?) in Fig. 1, the Fourier series representation for the triangle wave is under the Fig.1 below. Where N is the total number of Fourier coefficients used for approximation.
this is my code: t1=[0,0.5,1.5,2]; Tri=[0,1,-1,0]; Tri_approx=? plot(t1,Tri,'k--','Line Width',3); %hold on %plot(t,Tr...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Use MATLAB built-in function conv() to compute and plot y[n]
my code is: clear all; close all; clc; %first sequence x=[0, 1, 1, 1, 0, 0, 0]; %second sequence h=[1, 2, 4, 8, 16, 32,...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
Draw a Morlet wavelet w(t) with t being set from -0.5 to 0.5 sec
The mother wavelet of Morlet wavelet transform is formed by multiplying a sinusoidal wave with a Gaussian window: cycles = 8 ...
oltre 7 anni fa | 1 risposta | 0

