On Wednesday, 23 November 2022 at 19:02:29 UTC seokta...@gmail.com wrote: > I looked for dsp filter through the gitbub, but the bandpass filter was > focused always. > > I don't know this for sure, and you should check with your supervisor if necessary. But I suspect your supervisor was *not* saying "please find someone else's code that implements a low-pass filter, and write a Go program which calls it". This would be testing your Googling skills, and some Go skills (how to import code and call it), but is otherwise nothing to do with engineering.
I think your supervisor is saying "write a low-pass filter in Go". This would involve you understanding the algorithm to perform a low-pass filter on sampled data, and then implementing it. In other words: first work out how you would do the filtering by hand using a calculator - then write a program which does it automatically. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c5a044a0-2176-4082-8545-5662a51198dfn%40googlegroups.com.