MD Rasel Basunia
Chittagong University,Bangladesh.
Followers: 0 Following: 0
Rasel Basunia Undergraduate student department of EEE.
Python, C, MATLAB
Spoken Languages:
Bengali, English
Statistics
0 Questions
6 Answers
RANK
204.577
of 295.569
REPUTATION
0
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 ...
meer dan 2 jaar ago | 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...
meer dan 2 jaar ago | 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=...
meer dan 2 jaar ago | 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...
meer dan 2 jaar ago | 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...
meer dan 2 jaar ago | 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) ...
meer dan 2 jaar ago | 0