photo

Mohamed Mahir


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
136,820
of 300,166

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,596

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer

查看徽章

Feeds

排序方式:

提问


I am doing dtmfe i need a time delay between each of the 8 numbers, the figure i get is without delay, i need it to be like the second picture
y = []; for i = 1:8 [y1 Fs] = audioread(strcat('Key',int2str(i),'.wav')); y = [y; y1]; end %I need to de...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to add delay
function [dtmf_output] = Key_generator(dial_num) % % Function to generate the DTMF signals % % % Inputs: ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds the number of array elements (8000).
Error in autodecoder_freq (line 35) x = [signal(950:1450), signal(2100:2600), signal(3150:3650), signal(4200:4700), signal(5250...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Warning: Integer operands are required for colon operator when used as index.
Ak=2*abs(fft(V2))/length(V2);Ak(1)=Ak(1)/2; f=[0:1:(length(V2)-1)/2]*Fs/length(V2); figure(); plot(f,Ak(1:(length(V2)+1)/...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How can I fix this? Warning: Data clipped when writing file. > In audiowrite>clipInputData (line 407) In audiowrite (line 187) In generator (line 100)
function [dtmf_output] = generator(dial_num) % % Function to generate the DTMF signals % % Author: Pranam Jan...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to fix this errot
Cannot find an exact (case-sensitive) match for 'GUI' The closest match is: gui in C:\Users\mmahi\Desktop\Spring 2021\Signal ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot (V2_1,V2_2,V2_3 ) in one figure?
cosphi = 0.8; sinphi=0.6; cosphi_1=1; sinphi_1=0; E2 = 250; Req = 0.09375; Xeq = 0.375; for I2=1:40; V...

5 years 前 | 0 个回答 | 0

0

个回答