{"id":70351,"library":"dft","title":"DFT","description":"The package provides an algorithm to compute the discrete Fourier transform.","status":"active","version":"0.5.5","language":"rust","source_language":null,"source_url":"https://github.com/stainless-steel/dft","tags":["dft","fourier","transform","signal-processing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndft = \"0.5.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add dft","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"DFT","correct":"use dft::DFT;"}],"quickstart":{"code":"use dft::DFT;\n\nlet mut data = vec![1.0, 0.0, -1.0, 0.0];\nlet dft = DFT::new(data.len());\ndft.transform(&mut data);\nprintln!(\"Transformed: {:?}\", data);","lang":"rust","description":"Compute the discrete Fourier transform of a vector."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':6 'comput':8 'dft':1,13 'discret':10 'fourier':11,14 'packag':3 'process':18 'provid':4 'signal':17 'signal-process':16 'transform':12,15","created_at":"2026-06-17T18:13:05.467152+00:00","updated_at":"2026-06-17T18:13:05.467152+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stainless-steel/dft","github":"https://github.com/stainless-steel/dft","docs":"https://docs.rs/dft/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}