question regarding filter design using particle swarm optimization algorithm?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am doing my thesis work on filter design using particle swarm optimization algorithm.
step1. Initialization of filter coefficients.
step2. calculation of fitness(error) function for each filter coefficients.
here filter function i am using is
J=∑_(w∈w_p)abs[abs(|H_d (w)|-1)-δ_p ] +∑_(w∈w_s)abs[abs(|H_d (w)|-δ_p )]
please give me some idea that how to calculate the error function of each filter coefficient in matlab code.
댓글 수: 1
답변 (1개)
Harmandeep Bains
2018년 1월 16일
I also want the answer on same question. Someone plz answer it.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle Swarm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!