5
votes
7answers
2k views
How to find minimum of nonlinear, multivariate function using Newton’s method (code not linear algebra)
I'm trying to do some parameter estimation and want to choose parameter estimates that minimize the square error in a predicted equation over about 30 variables. If the equation were linear, I would …
2
votes
5answers
532 views
Sine Table Interpolation
I want to put together a SDR system that tunes initially AM, later FM etc.
The system I am planning to use to do this will have a sine lookup table for Direct Digital Synthesis (DDS).
In order to tune …
