photo

MD Rasel Basunia


Chittagong University,Bangladesh.

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

Followers: 0   Following: 0

消息

Rasel Basunia Undergraduate student department of EEE.

Programming Languages:
Python, C, MATLAB
Spoken Languages:
Bengali, English

统计学

MATLAB Answers

0 个提问
6 个回答

排名
160,737
of 299,793

声誉
0

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
how to build a QAM Modulator
% QAM Modulation fm=2000;% message signal frequency 2 KHz fc=100000;% carrier frequency 5 KHz Am = 2; % Amplitude of message ...

3 years 前 | 0

已回答
How to Write a matlab code to plot the amplitude modulated signal in time domain.
%% taking input of different parameter Ac=1;%carrier Amplitude Mu=0.9 % modulation index (let) fm=300 % message signal freq...

3 years 前 | 0

已回答
sinewave generation:how generatea sine wave
% sinusoidal wave,x(t)=A*sin(2*pi*f*t); % set signal frequency f=10; %sampling frequency with oversampling %factor 50 fs=...

3 years 前 | 0

已回答
Periodic impulse train train
%% Here impulse train or dirac comb function %% Creating a impulse train f=10;% frequency of impulse fs=4*f;% sampling freque...

3 years 前 | 0

已回答
How to generate an impulse sequence
%% Creating a impulse train f=10;% frequency of impulse fs=4*f;% sampling frequency with oversampling factor Ts=1/fs;% sampli...

3 years 前 | 0

已回答
Vestigal side band matlab code
%% message signal m(t)=u(t+2)-u(t-2) syms t f fc=10;%let carrier frequency frequency contain 10 Hz .x_carrier=cos(2*pi*10*t) ...

3 years 前 | 0