Need of a code for time domain to frequency domain conversion

hi,
I am trying to display the output of the sensor (voltage ) as frequency, I have tried many codes but none could solve the issue can anyone send a code that could solve my issue.I am using teensy 3.2 and Arduino zero.I need a code for either Arduino zero or teensy 3.2.

What kind of sensor? What kind of display?

Here's a 16-bit, fix-point FFT that can be adapted for use in the Arduino IDE:

Also, the Teensy Audio library contains several FFT classes. Check out the built-in examples.

aravindaguru:
I have tried many codes but none could solve the issue can anyone send a code that could solve my issue.

Given that you didn't tell us what your "issue" is, it might be rather difficult.