搜索资源列表
DPSK
- dpsk调制编码 vhdl硬件实现,和nios结合,实现软件无线
11
- 信道编码的实质是在信息码中增加一定数量的多余码元(称为监督码元),使它们满足一定的约束关系,这样,由信息码元和监督码元共同组成一个由信道传输的码字。一旦传输过程中发生错误,则信息码元和监督码元间的约束关系被破坏。在接收端按照既定的规则校验这种约束关系,从而达到发现和纠正错误的目的。它在数字通信方面得到了广泛的应用。本文将简要介绍信道编码原理及其应用,并详细介绍本次设计所用到的(7,4)汉明码的编码译码原理、DPSK调制解调的原理并在MAXPLUS II上用VHDL语言实现。
lunwen
- 本文论述了在整个无线收发系统中用软件的方法实现信道编译码系统的功能。实现了一种基于FPGA的信道编译码方法,并给出了VHDL语言的实现方法及仿真波形。信道编译码系统包括发射端的信道编码和接收端的信道译码两大部分。信道编码部分包括汉明编码、基带信号调制本次设计采用DPSK调制方式和并串转换连接模块。译码部分包括汉明译码、DPSK解调和链接模块。本系统的实现过程是:先通过软件编程实现各部分的功能模块,然后编程连接各模块,系统编译仿真通过以后载入FPGA(现场可编程门阵列) 芯片,验证结果。实验表明,
cf_dpsk.rar
- 用VHDl语言写的一个DPSK的调制和解调程序,该程序可以实现相对相位调制解调。可以运行在xilinx ISE 或者是QuartusII下。 ,VHDl written in a language with DPSK modulation and demodulation process, the program can be achieved relative phase modulation and demodulation. Can be run on xilinx ISE or Qua
PN7
- vhdl语言实现 pn码发生器 dpsk调制 以及扩频器-pn code generator vhdl language modulation and spread spectrum devices dpsk
2DPSK
- 用vhdl语言实现2DPSK数字传输-VHDL language used to achieve digital transmission 2DPSK
psktodpsk
- psk to DPSK conversion (absolute phase shift keying to the relative phase shift keying conversion)
dpsk
- 描述了DPSK的整个程序,包括编码和解码的过程,以及相绝和绝相变换等-DPSK describes the entire process, including the process of encoding and decoding, as well as the relative phase change can not and so on
2psk_final
- 2dpsk,maxplus软件,包含连接原理图\各个模块程序代码,可运行,管脚已经封装,可直接下载到FPGA芯片-2dpsk, maxplus software, including schematic connection \ each module code can be run has been pin package, can be directly downloaded to FPGA chip
FPGA
- 对2DPSK及QDPSK数字调制信号进行了分析,采用FPGA在QuartusII环境下,利用VHDL语言及图形输入方式对调制系统进行了设计,用Altera公司的芯片EP1C3T144C-8为核心器件组建的系统进行了功能测试,得到了满意的验证波形-The signals of 2DPSK and QDPSK digital modulation are analyzed,the adoption of FPGA realization digital phase modulation syste
PL_DPSK
- vhdl语言实现 dpsk调制以及解调 还有hdb3编码-vhdl language dpsk there hdb3 code modulation and demodulation
tiaozhi
- PSK编码 DPSK编码 ASK编码 FSK编码 VHDL源码 -PSK DPSK VHDL source code
dpsk
- 基于EDA技术的DPSK调制解调(vhdl)-Based on EDA technology DPSK modem
2DPSK
- vhdl,Digital phase modulation is also known as phase shift keying, 2DPSK is binary differential phase shift keying, is a kind of digital phase modulation. Digital phase modulation using carrier phase change to transmit digital signal, usually can be
1
- 基于fpga的bpsk实现 module psk(clk,clr,fcw,angle,M,EN,psk_output) input[31:0]fcw //载波频率 input[9:0]angle //载波相位 input clk,clr input M,EN //M为 -vhdl bpsk fpga dpsk module psk(clk,clr,fcw,angle,M,EN,psk_output) input[31:0]fcw //载波频率 input[9:0]angle /
vhdl-codes
- vhdl code for sinusoidal chip to chip digital modulation - ask, bpsk, dpsk, qpsk etc
DPSK
- 使用VHDL编程语言编写的有关DPSK调制解调器的源代码,欢迎使用,-Using VHDL programming language source code related DPSK modem, welcome, thank you! !
DPSK调制解调VHDL程序
- 用于DPSK的调制解调 包括码型变换及反变换过程(Modulation and demodulation for DPSK, including code type conversion and inverse transformation process)