Relationship Between Force and Impulse

What’s the relationship between force and impulse?

For example, let’s say I add an impulse of FVector(10.0f, 0.0f, 0.0f) to an object.
How would I find the equivalent force, f, to add over some time, t, to impart equivalent velocity?

Does the regular f = m * delta v / t apply?
I can’t seem to quite get things working.