photo

CHENG-YI LI


Last seen: quasi 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

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 21.272

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


(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

risposta

Domanda


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

risposta

Domanda


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

risposte

Domanda


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

1

risposta