 
        MD Rasel Basunia
Chittagong University,Bangladesh.
Followers: 0 Following: 0
Python, C, MATLAB
Spoken Languages:
Bengali, English
Estadística
0 Preguntas
                        6 Respuestas
CLASIFICACIÓN
107.262
                          
                          
of 300.379
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          0 Preguntas
                          6 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            0.00%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.931
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.299
CONTRIBUCIONES
                            0 Problemas
                            0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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 ...
más de 3 años hace | 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...
más de 3 años hace | 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=...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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) ...
más de 3 años hace | 0
