我是靠谱客的博主 爱撒娇白羊,这篇文章主要介绍【数字信号调制】基于BPSK实现信号调制和解调含Matlab源码,现在分享给大家,希望可以做个参考。

1 简介

本文对BPSK调制和解调方法进行初步的探讨,并提出了用CPLD.FPGA和DSP实现BPSK调制和解调的方法和算法,着重对BPSK算法进行介绍,并用程序进行模拟仿真和验证.对研制和了解BPSK调制解调器具有一定的参考意义.

2 部分代码

复制代码
1
2
3
4
5
6
7
8
9
10
11
function varargout = GUI_BPSK(varargin)% GUI_BPSK MATLAB code for GUI_BPSK.fig% GUI_BPSK, by itself, creates a new GUI_BPSK or raises the existing% singleton*.%% H = GUI_BPSK returns the handle to a new GUI_BPSK or the handle to% the existing singleton*.%% GUI_BPSK('CALLBACK',hObject,eventData,handles,...) calls the local% function named CALLBACK in GUI_BPSK.M with the given input arguments.%% GUI_BPSK('Property','Value',...) creates a new GUI_BPSK or raises the% existing singleton*. Starting from the left, property value pairs are% applied to the GUI before GUI_BPSK_OpeningFcn gets

最后

以上就是爱撒娇白羊最近收集整理的关于【数字信号调制】基于BPSK实现信号调制和解调含Matlab源码的全部内容,更多相关【数字信号调制】基于BPSK实现信号调制和解调含Matlab源码内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部