当前位置:网站首页>Inverter Phase Locking Principle and DSP Implementation
Inverter Phase Locking Principle and DSP Implementation
2022-08-02 07:54:00 【SKY-dada】
Inverter Phase Locking (PLL) Working Principle and DSP Implementation
A phase-locked loop (PLL) refers to a circuit or module whose function is to process the received signal and extract the phase information of a certain clock from it.In other words, for the received signal, a clock signal is simulated so that the two signals are synchronized from a certain point of view.
How the PLL works
In the case of phase locking, the imitated signal and the captured signal have a fixed phase difference, so it is called a phase lock.Usually a negative feedback structure.
As shown in the figure, the phase lock generally consists of three parts: phase detector (PD), loop filter (LF) and voltage controlled oscillator (VCO).
Phase detector: composed of analog multipliers
Loop filter: usually a low-pass filter, the main function is to filter out the "sum-frequency signal" generated by the phase detector, and its purpose is to obtain the phase angle between the input and output signals
Voltage Controlled Oscillator: The phase angle difference output after passing through the loop filter is adjusted at the fundamental frequency, which is equivalent to the integral link of the hardware.
Mathematical Modeling
Phase Detector Mathematical Model (P) - Rapidity:
Loop Filter Mathematical Model (PI) - Stability:
Voltage Controlled Oscillator Mathematical Model (I) - Stability:
Model simulation analysis
P limiting + integrating PLL control
Incremental PI PLL control
P limiting + frequency tracking PLL control
Software digital phase locked loop design
Power frequency genlock technology software design block diagram
边栏推荐
猜你喜欢
随机推荐
LeetCode 283. Shifting Zeros (Simple, Array)
论文理解:“Cross-Scale Residual Network: A GeneralFramework for Image Super-Resolution,Denoising, and “
责任链模式(Chain Of Responsibility)
MySQL-FlinkCDC-Hudi实时入湖
Analysis of GCC compiler technology
Please tell me, how to write Flink SQL and JDBC sink into mysql library and want to create an auto-incrementing primary key
regular expression
(2022牛客多校五)D-Birds in the tree(树形DP)
LeetCode Algorithm 1374. 生成每种字符都是奇数个的字符串
Agile, DevOps and Embedded Systems Testing
有关 sql中的 concat()函数问题,如何拼接
A full review of mainstream timed task solutions
Splunk Field Caculated 计算字段
【心电信号】基于matlab心率检测【含Matlab源码 1993期】
LeetCode 2360. The longest cycle in a graph
【故障诊断分析】基于matlab FFT轴承故障诊断【含Matlab源码 2001期】
LeetCode刷题(7)
MySQL-慢查询日志
Conditional constructor ~wapper
图腾柱和推挽电路介绍









