Community Profile

photo

Durgaprasad Srinivasa


LTH University

Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Answer
  • Revival Level 1
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


calculating Round Trip Time (latency) for Bluetooth mesh network
Hello, I'm using the bluetooth helper functions 1) https://www.mathworks.com/help/comm/examples/bluetooth-mesh-flooding-in-wire...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to end the transmission from particular nodes?
clc; clear all close all global Nodes global txrange Nodes = 35; txrange = 15; global savedtransmission global xn globa...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
probabilistic flooding simulation for uniformly distributed nodes
https://se.mathworks.com/matlabcentral/fileexchange/7928-probabilistic-flooding-simulation?s_tid=srchtitle follow this link f...

etwa 4 Jahre vor | 0

Frage


how to create pulse train with random data(0 and 1) of HCS pulse
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


Match Filter and Sampling problem
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); w=...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to create half cycle sine pulse train
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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort