搜索资源列表
generate_mod_signal
- 产生15种模拟及数字调制信号函数。参数说明:type-调制信号种类,total_time-信号总时间长度,fc-载频,fs-抽样频率,symbol_rate-符号率-have 15 analog and digital modulation signal function. Parameter Descr iption : type-modulated signal types,'04-Signal total time length, fc-carrier frequency, fs-
timing_recovery
- 我对一个输入调制信号:采样率FS=1200K,中心频率F0=300K,带宽300K。输入信号为一个[样点数,2]的矩阵,即I,Q两路. 进行频谱搬移,分为I,Q分量两路进行矢量乘法,NCO的设置为FC=300K,t=样点数乘以1/FS, 乘完以后我的频谱上显示竟然信号带宽增加了300K,但是中心频率没有改变,请问各位朋友是哪儿出了问题?谢谢您的阅读和意见-Digital Down Converter for matlab realized, certain design speci
digital_down_convertation
- 我对一个输入调制信号:采样率FS=1200K,中心频率F0=300K,带宽300K。输入信号为一个[样点数,2]的矩阵,即I,Q两路. 进行频谱搬移,分为I,Q分量两路进行矢量乘法,NCO的设置为FC=300K,t=样点数乘以1/FS, 乘完以后我的频谱上显示竟然信号带宽增加了300K,但是中心频率没有改变,请问各位朋友是哪儿出了问题?谢谢您的阅读和意见-Digital Down Converter for matlab realized, certain design speci
QPSK
- QPSK调制与解调,低通滤波器采用了时域和频域两种实现方式,截止频率fc = 200hz,采样频率fs= 1000hz,欢迎下载参考!-QPSK modulation and demodulation, using a low-pass filter with a time domain and frequency domain implemented way, the cutoff frequency fc = 200hz, the sampling frequency fs = 1000hz
11
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
EEE-212-lab-sheet
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
generateWB_T
- 主要用于产生阵列宽带接收信号,% Input % array_number-阵元数 % doa-宽带信号来波方向 % snapshot-快拍数 % fc-中心频率 % Bw-信号带宽,码速率 % fs-信号采样率 % distance-阵元间距 % snr-信噪比 % Output % X_sig_t-阵列时域接收数据(It is mainly used to generate array broadband received signals.)