Finding the local maximum in a parameter space
이전 댓글 표시
Hi,
I have code which generates a signal that is a function of time, and three parameters.
What I want to do is find the parameter values such that the 100KHz component of the signal is maximised.
Currently I'm doing it the manual way, where I limit the number of values to 4 for each parameter, pick a set of parameter values, take the FT of the resulting signal, and measure how large the 100KHz component is. Repeat 4*4*4 times!
Could you please advise as to how I could implement this effectively. I'm looking to automate the process and be able to scan the parameter space more comprehensively (rather than limit to 4 values per parameter).
Thanks for your input.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!