Community Profile

photo

Shwetha Padmanabha


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how to multiply data to the aplitude of each pluse of multiple cycles of a signal??little emergency please reply fast
this represent the pulse train clc; clear all; close all; fs=44100; ts=(1/fs); fc=4000; tp=2.2676e-3; tsingle = 0:ts:t...

mehr als 4 Jahre vor | 0

Frage


how to multiply data to the aplitude of each pluse of multiple cycles of a signal??little emergency please reply fast
i have a pulse train of 500 cycles of half cycle sinus i need to multiply data(1)*amplitude of first pulse of p ,data[2] *ampli...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how pad zero in matlab after each element in a row of matrix?
a=ones(1,100) need to pad 5 zeros after each element in row i.e 1 0 0 0 0 0 10 0 0 0 0 so on please help me i am new to matlab ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to map signal in qpsk??
clc; clear all; close all; tp=2.2676*10^-3; Ts=22.6757*10^-6; fc=4000; Tc=(1/fc); fs=44100; n=101 t=0:Ts:n*Ts; fp=(1/t...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to do sampling for the output of matched filter?
clc; clear all; close all; tp=2.2676*10^-3; Ts=22.6757*10^-6; fc=4000; Tc=(1/fc); fs=44100; n=0:Ts:1000; fp=(1/tp); ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to over come vector mismatch error in plot
tp=2.2676*10^-3; Ts=22.6757*10^-6; n=0:Ts:100; fp=(1/tp); w=2*pi*fp; p=sin(w*n*Ts); p(find(p<0))=0; data = randi([0,1],1,...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to convolute 2 signals and generate the pulse train from half cycle sine wave?
clc; clear all; close all; %wt = 0:0.2:pi; tp=2.2676*10^-3; Ts=22.67*10^-6; n=1:Ts:101; fp=(1/tp); w=2*pi*fp; %p=sin(wt...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten