統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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
約7年 前 | 0 件の回答 | 0
0
回答0
回答質問
(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 ...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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,...
約7年 前 | 2 件の回答 | 0
2
回答質問
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 ...
約7年 前 | 1 件の回答 | 0

