搜索资源列表
NCO_sin
- 介绍了压控震荡器(VCO)的设计,压缩包里面有VHDL语言编写的代码,在仿真器上可以实现仿真结果,非常不错 -The VHDL code of VCO
DDS
- DDS数字频率合成的verilog代码,附有正余弦查找表等-DDS digital frequency synthesis verilog code, with a cosine look-up table, etc.
VCO
- 压控振荡器的FPGA实现,Verilog语言完成。编译环境 ISE 13.2-The vco FPGA realizing, Verilog language completed. Compile environment ISE 13.2
nco
- 基于FPGA的压控震荡器,可以通过震荡器来对输入信号进行有效的分频,而且是任意的分频系数都可以-FPGA-based VCO oscillator input signal, the effective frequency division and any sub-frequency coefficients can be
test_pll_2
- 锁相环的verilog源代码,其中包括发送端,鉴相器,滤波器,压控振荡器的源代码,主要实现输入输出信号的跟踪,捕获和锁定,使输入输出信号在较短时间内达到同步。-This is a verilog code for PLL, including transmitor, PDF, Filter, VCO and so on. It mainly realize the input and output signal tracking, capture and lock, make the in
NCO
- 指输出频率与输入控制电压有对应关系的振荡电路(VCO),频率是输入信号电压的函数的振荡器VCO,振荡器的工作状态或振荡回路的元件参数受输入控制电压的控制,就可构成一个压控振荡器。-Refers to the output frequency and input voltage control oscillation (VCO) circuits, corresponding relationship with frequency is a function of the input signal
NCO_test
- FPGA的压控振荡器NCO完整Verilog工程代码,测试输出1KHZ sin波。signaltap抓取没问题。-VCO NCO complete FPGA Verilog code engineering, test output 1KHZ sin wave. signaltap crawl no problem.
vcoPanalog_filter
- a verilog-ams code for a vco and an analog filter
dac_ctl
- 主要功能为控制DAC芯片,来控制压控晶体振荡器,产生所需的时钟信号。-Mainly used for DAC control VCO to generate the required clock signal can be used directly.
平方环VHDL实现
- 数字平方环电路,实现了从BPSK信号中提取相干载波的功能,简单易行,便于实现,并对其进行了数学推导和建模仿真,具有良好的实用价值。平方环以其电路结构简单而得到了广泛应用。但在平方环电路的设计中,由于NCO(或VCO)工作在2ωc频率上,当环路锁定后,其NCO(或VCO)的输出需经过二分频才能得到所需载波。而二分频电路在实现过程中,特别是在对NCO进行数字分频时,用FPGA实现太耗资源。