isdouble
Determine if digital filter coefficients are double precision
Syntax
Description
Examples
Double- and Single-Precision Filter
Use designfilt
to design a sixth-order highpass IIR filter. Specify a normalized passband frequency of rad/sample. Convert it to a single-precision filter. Identify the precision in each case.
fd = designfilt('highpassiir','FilterOrder',6,'PassbandFrequency',0.6); isd = isdouble(fd)
isd = logical
1
fs = single(fd); iss = isdouble(fs)
iss = logical
0
Input Arguments
d
— Digital filter
digitalFilter
object
Digital filter, specified as a digitalFilter
object. Use designfilt
to generate d
.
If you want a single-precision filter, apply single
to
the output of designfilt
.
Example: d = designfilt('lowpassiir','FilterOrder',3,'HalfPowerFrequency',0.5)
specifies
a third-order Butterworth filter with normalized
3-dB frequency 0.5π rad/sample.
Output Arguments
flag
— Type identification
logical scalar
Type identification, returned as a logical scalar.
Version History
Introduced in R2014a
See Also
designfilt
| digitalFilter
| double
| issingle
| single
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)