yes i think that you are right.
I have tried creating 3 random matrices, p1, p2, p3, and filtering with a simple FIR Filter, with an impulse response known to me. This gave me f1, f2, f3 respectively.
Then I trained a NN with p1 and f1. Then when you simulate the NN with p1 you get something...
Im getting the following warning when I am trying to train my NN:
Warning: Matrix is singular to working precision.
> In newrb>solvelin2 at 243
In newrb>designrb at 200
In newrb at 130
Warning: Rank deficient, rank = 5, tol = 2.4875e-012.
> In newrb>solvelin2 at 243
In newrb>designrb...
Hi thanks for your response I appreciate it!
I do have the impulse response of the microphone/loudspeaker pair already which I obtained from deconvolving the played sound source from the recorded one; I did this with a separate piece of software which uses linear techniques to do so.
I want to...
Hi there,
I am currently working on a problem using MATLAB and have come across some problems that I hope someone out there will be able to help solve.
Basically I am sending noise to a loudspeaker and recording that noise through a microphone. Then I want to train a NN in matlab ( I...