Ishu Jaiswal
Followers: 0 Following: 0
Feeds
提问
There is a "weightingFilter" function that converts given signal to weighted signal, for A,B,C audio filters. Can we include our own filter in the function ?
The weighting filter I have has 44 frequencies and is taken from ISO-2631 standard. And my signal has 20 samples in discrete tim...
2 years 前 | 0 个回答 | 0
0
个回答提问
State space represenation of double integrator car model in the curvilinear domain.
The curved road is defined equation is given as the curvature k(s), where 's' is a distance travelled along the curve. The road...
2 years 前 | 1 个回答 | 0
1
个回答提问
fmincon solver not working
close all; clear all; clc; %u = sym('u', [4,2]); A = []; b = []; Aeq = []; beq = []; lb = [-4;4]; ub = [ -4;4]; X0 =...
2 years 前 | 1 个回答 | 0