Statistics
All
RANK
181,174
of 300,904
REPUTATION
0
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4 years ago
Answered
How to design the filter parameters, and how to select the system clock for FPGA implementation
any one share experience?
How to design the filter parameters, and how to select the system clock for FPGA implementation
any one share experience?
5 years ago | 0
Question
How to design the filter parameters, and how to select the system clock for FPGA implementation
I have a long-standing problem,For example, I have a 160khz signal via ADC,to be baseband decoded, how do I set fs, fpass, fstop...
5 years ago | 1 answer | 0
1
answerAnswered
The filtered signal frequency has changed which filter has changed?
I solved this problem for reference the function fft: P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); f = Fs*(...
The filtered signal frequency has changed which filter has changed?
I solved this problem for reference the function fft: P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); f = Fs*(...
5 years ago | 0
Question
The filtered signal frequency has changed which filter has changed?
I have a task: a signal frequency is 37khz, step1: First stage filtering is H1(z)= 1+0.968*Z-1+0.968*Z-2+1* Z-3 step2:the re...
5 years ago | 1 answer | 0
1
answerQuestion
how to plot an angle quadrant?
hello master,i want to plot an angle quadrant like this? then I have array A, the content is [294,295,290……],the A is in...
5 years ago | 1 answer | 0

