photo

Daniela Conforti


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I use the function fir1 and filtfilt together?
I need to use function fir1 for a bandpass filter and then I need to add a Zero-phase digital filtering with filtfilt. I write...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Find coefficient for the best second-order polynomial that fits my data, using least-square fitting
I want to fit my data x= [1,06e-06 1,33e-05 6,23e-05 0,00017 0,00047 0,00100] with a generic second order polynomial y= a*x^2 + ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I number each element of a matrix according to the corresponding ordered position, row by row?
For example, I have matrix A: A = [9 15 1 16 15 9 1 16 1 6 2 4] The sorted matrix is: B= [1 9 15 16 1...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten