Wind Speed Sensor

Sure.

I don't think 150 Hz is too fast to handle.
I'd use a transistor (and a few accompanying components) to amplify the signal, and put it into an input that can generate interrupts.
You'd have to learn how to handle such interrupts correctly, a lesson that consists of multiple layers.
If this is your 1st experience with Arduino (and the like), this would form a bit of a steep learning curve.