ayman daraghmah - MATLAB Central
photo

ayman daraghmah


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/15 to 04/25Use left and right arrows to move selectionFrom 09/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
108,682
of 298,264

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 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...

9 years 前 | 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.

9 years 前 | 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...

9 years 前 | 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 ...

9 years 前 | 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);

9 years 前 | 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.

9 years 前 | 1 个回答 | 0

1

个回答