rfid reader signal

Hello

can my RX pin in arduino read a signal with the following characteristics?

VOLTAGE = 2.34
PERIOD = 208 us.
FREQ = 4.807 kHz.

this signal represents a RFID card ID being sent by my RFID reader.

can my RX pin in arduino read a signal with the following characteristics?

Probably not, but depends on the Arduino model which you haven't told us yet. The standard UNO won't be able to read it.

this signal represents a RFID card ID being sent by my RFID reader.

Is that signal really a UART signal? If not the RX pin might not be the right choice.