请问如何用MATLAB实现多载波线性调频信号及雷达模糊函数

请问如何用MATLAB实现多载波线性调频信号及雷达模糊函数,第1张

楼主要学会用MATLAB的help命令啊:

help modulate

MODULATE Signal modulation for communications simulations

Y = MODULATE(X,Fc,Fs,METHOD,OPT) modulates the message signal X with a

carrier frequency Fc and sampling frequency Fs,using the modulation

scheme in METHODOPT is an extra sometimes optional parameter whose

purpose depends on the modulation scheme you choose

Fs must satisfy Fs > 2Fc + BW,where BW is the bandwidth of the

modulated signal

METHOD MODULATION SCHEME

'am',Amplitude modulation,double side-band,suppressed carrier

'amdsb-sc' OPT not used

'amdsb-tc' Amplitude modulation,double side-band,transmitted carrier

OPT is a scalar which is subtracted from X prior to

multiplication by the carrier cosineIt defaults to

min(min(X)) so the offset message signal is positive and

has a minimum value of zero

'amssb' Amplitude modulation,single side-band

OPT not used

'fm' Frequency modulation

OPT is a scalar which specifies the constant of frequency

modulation kfkf = (Fc/Fs)2pi/max(max(abs(X))) by

default for a maximum frequency excursion of Fc Hertz

'pm' Phase modulation

OPT is a scalar which specifies the constant of phase

modulation kpkp = pi/max(max(abs(x))) by default for a

maximum phase excursion of +/-pi radians

'pwm' Pulse width modulation

If you let OPT = 'centered',the pulses are centered on the

carrier period rather than being "left justified"

'ppm' Pulse position modulation

OPT is a scalar between 0 and 1 which specifies the pulse

width in fractions of the carrier periodIt defaults to 1

'qam' Quadrature amplitude modulation

OPT is a matrix the same size as X which is modulated in

quadrature with X

If X is a matrix,its columns are modulated

[Y,T] = MODULATE() returns a time vector the same length as Y

gprmax3d读取geo,如 [mesh,header,media]=gprmax2g('geo');,image(mesh)

out用[Header,Fields]=gprmax('out');

好好研究下得到的两个结构体,然后成像!

以上就是关于请问如何用MATLAB实现多载波线性调频信号及雷达模糊函数全部的内容,包括:请问如何用MATLAB实现多载波线性调频信号及雷达模糊函数、用gprmax进行地质雷达正演模拟,生成的geo和out文件怎么用matlab成像、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/10169777.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-06
下一篇 2023-05-06

发表评论

登录后才能评论

评论列表(0条)

保存