photo

MD Rasel Basunia


Chittagong University,Bangladesh.

Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Message

Rasel Basunia Undergraduate student department of EEE.

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

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ...

2 years ago | 0

Answered
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...

2 years ago | 0

Answered
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=...

2 years ago | 0

Answered
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...

2 years ago | 0

Answered
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...

2 years ago | 0

Answered
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) ...

2 years ago | 0