photo

MD Rasel Basunia


Chittagong University,Bangladesh.

Last seen: plus de 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Message

Rasel Basunia Undergraduate student department of EEE.

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

Statistiques

MATLAB Answers

0 Questions
6 Réponses

RANG
258 264
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

plus de 3 ans il y a | 0

Réponse apportée
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...

plus de 3 ans il y a | 0

Réponse apportée
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=...

plus de 3 ans il y a | 0

Réponse apportée
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...

plus de 3 ans il y a | 0

Réponse apportée
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...

plus de 3 ans il y a | 0

Réponse apportée
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) ...

plus de 3 ans il y a | 0