photo

Mohammed Alqahtany


Last seen: 8ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


i have a erorr with echo when i use soundsc command
% Step 1: Load the audio file echo.mat load('echo.mat'); % Step 2: Run the audio file using soundsc function fs = 22050; % Sa...

8ヶ月 前 | 2 件の回答 | 0

2

回答

質問


stem a convolve signal
% Define fs and time duration fs = 10; % sample/second duration = 1; % second % Generate the time axis t = 0:1/fs:duration-1...

8ヶ月 前 | 1 件の回答 | 0

1

回答

質問


plot the signal in three ways
Consider the following signal: 𝑥[𝑛] = {−1,0,1,2,3,4} , 0 ≤ 𝑛 ≤ 5. 1. Plot the signal 𝑥[𝑛]. 2. Write a complete code to flip...

9ヶ月 前 | 0 件の回答 | 0

0

回答

質問


plot 2 signals for sin(t)
𝑥3 (𝑡) = sin(𝑡) 𝑓𝑜𝑟 𝑡 ∈ [0,6] 𝑎𝑛𝑑 𝑡𝑠1 = 1 sec 𝑥4 (𝑡) = sin(𝑡) 𝑓𝑜𝑟 𝑡 ∈ [0,6] 𝑎𝑛𝑑 𝑡𝑠2 = 0.1 𝑠𝑒c where 𝑡𝑠 is the step size used t...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


𝑥 [𝑛] = 𝑢[𝑛]𝑒^−𝑛 how to plot it
𝑥[𝑛] = 𝑢[𝑛]𝑒^−𝑛

9ヶ月 前 | 1 件の回答 | 0

1

回答