
数字信号处理
流水灯LCG
精通各种流水灯
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab 相关函数xcorr的具体实现方法
https://github.com/LHesperus/matlab-demo/tree/master/xcorr原创 2019-10-30 21:43:09 · 1210 阅读 · 0 评论 -
利用matlab求两个信号的延迟
fs=10e4;T=1/fs;L=1000;t=(0:L-1)*T;f0=10e3;x=sin(2*pi*f0*t);y=x(100:200);z=x(103:203);%delay=xcorr(y,y,'coeff');[delay,zuobiao]=xcorr(y,z,'coeff');figure(1)plot(y);hold onplot(z);figure(...原创 2018-11-25 20:45:02 · 15643 阅读 · 13 评论 -
[整理]分数阶FIR时延滤波器
项目需要用Matlab进行原理仿真,设计出分数阶时延滤波器,得出系数。并进行定点化仿真。工程实现采用FPGA,软件Quartus II+Modelsim。原理参考资料 :https://download.csdn.net/download/qq_39543472/10821226定点化设计参考资料:https://download.csdn.net/download/qq_395434...原创 2018-12-01 15:34:59 · 5396 阅读 · 0 评论 -
AM、FM、DSB、SSB、ISB信号及其频谱
代码:https://github.com/LHesperus/signal-processing/tree/master/Modulated%20signalAM信号及其频谱FM信号及其频谱DSB信号及其频谱SSB信号及其频谱ISB信号及其频谱...原创 2019-01-10 21:45:28 · 29353 阅读 · 0 评论 -
ASK、FSK、PSK信号及其频谱
代码:https://github.com/LHesperus/signal-processing/tree/master/Modulated%20signal2ASK信号及其频谱4ASK信号及其频谱FSK信号及其频谱4FSK信号及其频谱2PSK信号及其频谱2DPSK信号及其频谱QPSK信号及其频谱...原创 2019-01-11 13:29:39 · 30726 阅读 · 3 评论 -
EbNo、EsNo和SNR之间的关系
摘自Matlab的Help文档AWGN Channel Noise LevelThe relative power of noise in an AWGN channel is typically described by quantities such as Signal-to-noise ratio (SNR) per sample. This is the actual inp...转载 2019-03-06 12:32:20 · 2573 阅读 · 0 评论