Skip to content

Commit

Permalink
New FIR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orlarey committed Jan 17, 2025
1 parent 03594cf commit 201b327
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t1.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@ mf1_800 = mfir(1,800);
mf2_400 = mfir(2,400);
mf4_200 = mfir(4,200);
mf8_100 = mfir(8,100);
mf8_1200 = mfir(8,1200);

mf1_250 = mfir(1,250);
mf1_500 = mfir(1,500);
mf1_1000 = mfir(1,1000);
mf1_2000 = mfir(1,2000);
mf1_4000 = mfir(1,4000);

// test density

h1 = FIR((1,0,0,1));
h2 = FIR((0,0,0,0,1,0,0,1));
h3 = FIR((0,0,0,0,1,0,0,0,0,1));

0 comments on commit 201b327

Please sign in to comment.