You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| """Construct a low-pass filter with the given parameters.
298
298
//|
299
-
//| `frequency`, called f0 in the cookbook, is the corner frequency in Hz
299
+
//| ``frequency``, called f0 in the cookbook, is the corner frequency in Hz
300
300
//| of the filter.
301
301
//|
302
-
//| `q_factor`, called `Q` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
302
+
//| ``q_factor``, called ``Q`` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
//| """Construct a high-pass filter with the given parameters.
339
341
//|
340
-
//| `frequency`, called f0 in the cookbook, is the corner frequency in Hz
342
+
//| ``frequency``, called f0 in the cookbook, is the corner frequency in Hz
341
343
//| of the filter.
342
344
//|
343
-
//| `q_factor`, called `Q` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
345
+
//| ``q_factor``, called ``Q`` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
//| """Construct a band-pass filter with the given parameters.
367
371
//|
368
-
//| `frequency`, called f0 in the cookbook, is the center frequency in Hz
372
+
//| ``frequency``, called f0 in the cookbook, is the center frequency in Hz
369
373
//| of the filter.
370
374
//|
371
-
//| `q_factor`, called `Q` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
375
+
//| ``q_factor``, called ``Q`` in the cookbook. Controls how peaked the response will be at the cutoff frequency. A large value makes the response more peaked.
372
376
//|
373
377
//| The coefficients are scaled such that the filter has a 0dB peak gain.
0 commit comments