I have a two dimensional stochastic equation like this
dX=AXdt+BXdV1+CXdV2
Where A B and C are matrices, dV1 and dV2 are correlated with each other and called color noises. My question is , if i want to use Range Kutta scheme, do i need to normalize the color noise and make it of length 1/sqrt(dt) like White noise or we can use Platen's and Kloeden's Range Kutta scheme directly for color noise case.