Inertial Measuring Unit

hello,

i am new in arduino.I want to connect an Inertial Measuting Unit in the arduino uno.The IMU i want to use is :

Since i am a newbie in the arduino family,do you think is this possible?I mean about the arduinos speed and the imus sampling.Also,if its possbile,is there a guide i can use to define the inputs,outputs etc..thanks in advance!

That sensor has an SPI interface, so of course it is possible to connect it to the Arduino.
However, it is not a popular choice, so I doubt you will find Arduino code. Why did you choose it?

I chose arduino because im new in micro-world, so the commands etc are more easy to learn and understand.If you mean,the IMU i didnt choose it.I am participating in a cheetah robot making and they choose the imu.I am not looking for ready to use code,just want to know if the cpus speed and the imus sampling can work efficiently.Another choice of proccesor is the arm cortex m4 but i find it hard to understand its programming.