summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/test/utest/zc_capture.sce
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/aclf/test/utest/zc_capture.sce')
-rw-r--r--cesar/bsu/aclf/test/utest/zc_capture.sce18
1 files changed, 0 insertions, 18 deletions
diff --git a/cesar/bsu/aclf/test/utest/zc_capture.sce b/cesar/bsu/aclf/test/utest/zc_capture.sce
deleted file mode 100644
index e74574d021..0000000000
--- a/cesar/bsu/aclf/test/utest/zc_capture.sce
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPiDCOM Technologies.
-// NĂ©lio Laranjeiro
-// 16-05-2008
-// Cesar project.
-
-// This script will provide a function to generate a perfect 50 Hz frequency
-// AC Line based on the NTB date.
-
-
-// Function to simulate the frequency of the AC line.
-// @param phy the previous value provided.
-// @Return phy + 250 000
-function phy = phy_clock_get_zero_cross (phy)
-
-phy = phy + 1000000;
-return phy;
-
-endfunction