MD Rasel Basunia
Chittagong University,Bangladesh.
Followers: 0 Following: 0
Python, C, MATLAB
Spoken Languages:
Bengali, English
Statistica
0 Domande
6 Risposte
RANK
258.275
of 300.392
REPUTAZIONE
0
CONTRIBUTI
0 Domande
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 168.373
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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 ...
oltre 3 anni fa | 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...
oltre 3 anni fa | 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=...
oltre 3 anni fa | 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...
oltre 3 anni fa | 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...
oltre 3 anni fa | 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) ...
oltre 3 anni fa | 0
