photo

ayman daraghmah


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
204,090
of 300,364

評判
0

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


what does this code do ?
r1=r1(:,1:length(r1)-1)

10年弱 前 | 1 件の回答 | 0

1

回答

質問


how to use the fft and fftshift commands ?
generate a 10 kHz sinusoid sampled at 100 kHz. Plot four cycles of the signal. Also plot the spectrum of this signal in the int...

約10年 前 | 1 件の回答 | 0

1

回答

質問


plot a discrete signal
[x,fs2,nbits2]= wavread('w.wav'); stem(x); I want to plot a 20 samples section of x.

約10年 前 | 1 件の回答 | 0

1

回答

質問


make a vector from wave sound
[x,fs,nbits] = wavread('w.wav'); %sound(x,fs); h = zeros(1,4000); h(1) = 1; h(1000) = 0.25; h(2000) = (1/16); h(3...

約10年 前 | 2 件の回答 | 0

2

回答

質問


generate a signal with specific frequency and sampling rate
I want to generate a one-second discrete signal with three frequencies; 500Hz, 1.5KHz and 3.5KHz and sampling frequency Fs=8KHz ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


plot summation of shifted discrete signals
n=-4:2; y=[1,-2,4,6,-5,8,10]; n=n-2 stem(n,y); I want to plot Z = y(n-2)+y(n+1);

約10年 前 | 1 件の回答 | 0

1

回答

質問


plotting a discrete signal that starts from -2
x=[1,-2,4,6,-5,8,10]; stem(x); i want to plot x , but x(0)=-5.

約10年 前 | 1 件の回答 | 0

1

回答