Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一般的な畳み込みアルゴリズムの計算の複雑さは であるのO(n^2)に対し、FFT による計算の複雑さは であると読みましたO(n log n)。
O(n^2)
O(n log n)
2 次元と 3 次元の畳み込みはどうですか?
参照はありますか?