How to create a UWB pulse with matlab?

Can someone teach me how to create a USB pulse with Matlab?
% Pulse parameters
pulse.type = 0; % 0 = Gaussian
pulse.width = 1.4e-9; %
[pulse.xt, BW10dB] = uwbPulse(pulse.type, pulse.width, Fs);
txParam.pulse = pulse;
I need to write that function "uwbPulse" given pulse.type, pulse.width and Fs.
Thanks.
Credit: It is from a masters thesis of an MIT student. http://dspace.mit.edu/bitstream/handle/1721.1/42022/226372008.pdf
Fs is defined somewhere else, like: Fs = 1/(0.4e-9);

댓글 수: 1

Oleg Komarov
Oleg Komarov 2012년 6월 5일
It would be quicker to ask the author directly.

댓글을 달려면 로그인하십시오.

답변 (2개)

George
George 2012년 6월 5일

0 개 추천

I wrote email to his last publicly available address (a phd student @stanford) - but got no reply.
Lucky Nindya Palupi
Lucky Nindya Palupi 2013년 12월 4일

0 개 추천

You can use this equation G(x)=1/√(2πσ^2 ) e^((-x^2)⁄2) σ^2 This pulse is often used in UWB systems because its shape is easily generated.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2012년 6월 5일

답변:

2013년 12월 4일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by