Andrei Smoliakov
Tampere University
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB, VHDL
Spoken Languages:
English, Russian
Pronouns:
He/him
Python, C++, C, MATLAB, VHDL
Spoken Languages:
English, Russian
Pronouns:
He/him
Feeds
已提交
Signal-Class-for-Matlab
Class for samples with associated sample rate and optional description
1 month 前 | 1 次下载 |
已提交
Calculate-Frequiencies-for-Coherent-Sampling
Calculate adjusted sampling rate and frequency for coherent sampling
1 month 前 | 1 次下载 |
已提交
Filter-Signal-Minimizing-Transient
Filter a signal with a FIR filter minimizing the transient process
1 month 前 | 0 次下载 |
已提交
Floating-Point-Comparison-in-Matlab
Checking floating point numbers for equality considering the representation accuracy
1 month 前 | 1 次下载 |
已提交
Additional-Validators-for-MATLAB
Additional argument and property validation functions currently absent in MATLAB's standard library
1 month 前 | 3 次下载 |
已回答
How to find the number of values that are odd?
If I understand you correctly, you may try something like this: x = 120:230; m = x((mod(x,11)==0 | mod(x,13)==0) & mod(x,2)==1...
How to find the number of values that are odd?
If I understand you correctly, you may try something like this: x = 120:230; m = x((mod(x,11)==0 | mod(x,13)==0) & mod(x,2)==1...
5 years 前 | 2
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
7 years 前




