photo

Suraj Narayan


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

6 个提问
1 个回答

ThingSpeak

1 公开的 个频道

排名
134,616
of 300,159

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,880

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,558

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Verification of system characteristics
% FOR TIME VARITANT OR INVARIANT clc clear all close all t=-5:0.001:5 l=length(t) for i=1:l if t(i)>=0 x1(i)...

5 years 前 | 0

| 已接受

提问


I'm trying to plot differential equations but it's showing errors.
Here is the code..... clc clear all close all syms i(t) di = diff(i); d2i = diff(i,2); z = dsolve((d2i+40*di+1000*i(t)) =...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Verification of system characteristics
% FOR CHECKING SYSTEM IS TIME VARIANT OR INVARIANT (1ST BIT) clc clear all close all t=-5:0.001:5 l=length(t) for i=1:l ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate the energy of the signal, find odd and even component and then plot it.
This is what my teacher have told to me. ONLY HOW TO CLACULATE ENERGY. clc clear all close all syms x t x=exp(-2.^t); ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


determine whether or not the following signals are periodic
clc clear all close all t= -4 : 0.005 : 4; a=1; %FOR X(T) subplot(2,1,1) c1=2*pi; c2=4*pi; x2=a*cos(c1.*t); x1=a*cos...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Windowing a sine signal
I dont know what is windowing. Or it is writen wrong, So correct me if it is wrong and help me to solve this problem. I tried...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Signal generation and cutting
How can i generate a signal like this? Please help me. And i dont know what is it called.

5 years 前 | 0 个回答 | 0

0

个回答

频道


ITER EEE 1ST YEAR

6 years 前