photo

Suraj Narayan


Last seen: 4年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
1 回答

ThingSpeak

1 パブリック チャネル

ランク
276,029
of 300,369

評判
0

コントリビューション
6 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 0 件の回答 | 0

0

回答

チャネル


ITER EEE 1ST YEAR

6年以上 前