Re: [PR] UDF: add an udf function for envelope demodulation analysis [iotdb]

2024-03-14 Thread via GitHub
SteveYurongSu merged PR #12146: URL: https://github.com/apache/iotdb/pull/12146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@iotd

Re: [PR] UDF: add an udf function for envelope demodulation analysis [iotdb]

2024-03-14 Thread via GitHub
SteveYurongSu commented on code in PR #12146: URL: https://github.com/apache/iotdb/pull/12146#discussion_r1524387888 ## library-udf/src/main/java/org/apache/iotdb/library/frequency/UDFEnvelopeAnalysis.java: ## @@ -0,0 +1,248 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] UDF: add an udf function for envelope demodulation analysis [iotdb]

2024-03-10 Thread via GitHub
SteveYurongSu commented on code in PR #12146: URL: https://github.com/apache/iotdb/pull/12146#discussion_r1519211806 ## library-udf/src/main/java/org/apache/iotdb/library/frequency/UDFEnvelopeAnalysis.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] UDF: add an udf function for envelope demodulation analysis [iotdb]

2024-03-10 Thread via GitHub
SteveYurongSu commented on code in PR #12146: URL: https://github.com/apache/iotdb/pull/12146#discussion_r1519208289 ## library-udf/src/main/java/org/apache/iotdb/library/frequency/UDFEnvelopeAnalysis.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache Software Foundation

[PR] UDF: add an udf function for envelope demodulation analysis [iotdb]

2024-03-09 Thread via GitHub
caozj1011 opened a new pull request, #12146: URL: https://github.com/apache/iotdb/pull/12146 ## Description This PR adds a UDF function for envelope demodulation analysis. The function of envelope demodulation analysis is designed to realize the demodulation and envelope extraction o